public class TestHiveTableStatistics extends io.prestosql.tempto.ProductTest
| Constructor and Description |
|---|
TestHiveTableStatistics() |
| Modifier and Type | Method and Description |
|---|---|
void |
testAnalyzeForAllDataTypes() |
void |
testAnalyzeForAllDataTypesNoData() |
void |
testAnalyzeForAllDataTypesOnlyNulls() |
void |
testAnalyzeForTablePartitionedByBigint() |
void |
testAnalyzeForTablePartitionedByVarchar() |
void |
testAnalyzeForUnpartitionedTable() |
void |
testAnalyzesForSkewedTable() |
void |
testComputePartitionStatisticsOnCreateTable() |
void |
testComputePartitionStatisticsOnInsert() |
void |
testComputeTableStatisticsOnCreateTable() |
void |
testComputeTableStatisticsOnInsert() |
void |
testStatisticsForAllDataTypes() |
void |
testStatisticsForAllDataTypesNoData() |
void |
testStatisticsForAllDataTypesOnlyNulls() |
void |
testStatisticsForSkewedTable() |
void |
testStatisticsForTablePartitionedByBigint() |
void |
testStatisticsForTablePartitionedByVarchar() |
void |
testStatisticsForUnpartitionedTable() |
public void testStatisticsForUnpartitionedTable()
public void testStatisticsForTablePartitionedByBigint()
public void testStatisticsForTablePartitionedByVarchar()
public void testStatisticsForAllDataTypes()
public void testStatisticsForAllDataTypesNoData()
public void testStatisticsForAllDataTypesOnlyNulls()
public void testStatisticsForSkewedTable()
public void testAnalyzesForSkewedTable()
public void testAnalyzeForUnpartitionedTable()
public void testAnalyzeForTablePartitionedByBigint()
public void testAnalyzeForTablePartitionedByVarchar()
public void testAnalyzeForAllDataTypes()
public void testAnalyzeForAllDataTypesNoData()
public void testAnalyzeForAllDataTypesOnlyNulls()
public void testComputeTableStatisticsOnCreateTable()
public void testComputeTableStatisticsOnInsert()
public void testComputePartitionStatisticsOnCreateTable()
public void testComputePartitionStatisticsOnInsert()
Copyright © 2012–2019. All rights reserved.