Package io.trino.tests.product.hive
Class TestHiveTableStatistics
java.lang.Object
io.trino.tempto.ProductTest
io.trino.tests.product.hive.HiveProductTest
io.trino.tests.product.hive.TestHiveTableStatistics
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidtestComputeFloatingPointStatistics(String dataType) Object[][]voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidMethods inherited from class io.trino.tests.product.hive.HiveProductTest
getHiveVersionMajor, getHiveVersionMinor, getHiveVersionPatch, isHiveWithBrokenAvroTimestamps
-
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
-
testComputeFloatingPointStatisticsDataProvider
-
testComputeStatisticsForTableWithOnlyDateColumns
public void testComputeStatisticsForTableWithOnlyDateColumns() -
testMixedHiveAndPrestoStatistics
public void testMixedHiveAndPrestoStatistics()
-