Class TestHiveTableStatistics

java.lang.Object
io.trino.tempto.ProductTest
io.trino.tests.product.hive.HiveProductTest
io.trino.tests.product.hive.TestHiveTableStatistics

public class TestHiveTableStatistics extends HiveProductTest
  • Constructor Details

    • TestHiveTableStatistics

      public TestHiveTableStatistics()
  • Method Details

    • testStatisticsForUnpartitionedTable

      public void testStatisticsForUnpartitionedTable()
    • testStatisticsForTablePartitionedByBigint

      public void testStatisticsForTablePartitionedByBigint()
    • testStatisticsForTablePartitionedByVarchar

      public void testStatisticsForTablePartitionedByVarchar()
    • testStatisticsForAllDataTypes

      public void testStatisticsForAllDataTypes()
    • testStatisticsForAllDataTypesNoData

      public void testStatisticsForAllDataTypesNoData()
    • testStatisticsForAllDataTypesOnlyNulls

      public void testStatisticsForAllDataTypesOnlyNulls()
    • testStatisticsForSkewedTable

      public void testStatisticsForSkewedTable()
    • testAnalyzesForSkewedTable

      public void testAnalyzesForSkewedTable()
    • testAnalyzeForUnpartitionedTable

      public void testAnalyzeForUnpartitionedTable()
    • testAnalyzeForTablePartitionedByBigint

      public void testAnalyzeForTablePartitionedByBigint()
    • testAnalyzeForTablePartitionedByVarchar

      public void testAnalyzeForTablePartitionedByVarchar()
    • testAnalyzeForAllDataTypes

      public void testAnalyzeForAllDataTypes()
    • testAnalyzeForAllDataTypesNoData

      public void testAnalyzeForAllDataTypesNoData()
    • testAnalyzeForAllDataTypesOnlyNulls

      public void testAnalyzeForAllDataTypesOnlyNulls()
    • testComputeTableStatisticsOnCreateTable

      public void testComputeTableStatisticsOnCreateTable()
    • testComputeTableStatisticsOnInsert

      public void testComputeTableStatisticsOnInsert()
    • testComputePartitionStatisticsOnCreateTable

      public void testComputePartitionStatisticsOnCreateTable()
    • testComputePartitionStatisticsOnInsert

      public void testComputePartitionStatisticsOnInsert()
    • testComputeFloatingPointStatistics

      public void testComputeFloatingPointStatistics(String dataType)
    • testComputeFloatingPointStatisticsDataProvider

      public Object[][] testComputeFloatingPointStatisticsDataProvider()
    • testComputeStatisticsForTableWithOnlyDateColumns

      public void testComputeStatisticsForTableWithOnlyDateColumns()
    • testMixedHiveAndPrestoStatistics

      public void testMixedHiveAndPrestoStatistics()