Package io.prestosql.tests.hive
Class TestHiveTableStatistics
- java.lang.Object
-
- io.prestosql.tempto.ProductTest
-
- io.prestosql.tests.hive.HiveProductTest
-
- io.prestosql.tests.hive.TestHiveTableStatistics
-
public class TestHiveTableStatistics extends HiveProductTest
-
-
Constructor Summary
Constructors Constructor Description TestHiveTableStatistics()
-
Method Summary
-
Methods inherited from class io.prestosql.tests.hive.HiveProductTest
getHiveVersionMajor, getHiveVersionMinor, getHiveVersionPatch, isHiveVersionBefore12
-
-
-
-
Method Detail
-
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()
-
testMixedHiveAndPrestoStatistics
public void testMixedHiveAndPrestoStatistics()
-
-