Package io.prestosql.tests.hive
Class TestHiveBasicTableStatistics
- java.lang.Object
-
- io.prestosql.tempto.ProductTest
-
- io.prestosql.tests.hive.TestHiveBasicTableStatistics
-
public class TestHiveBasicTableStatistics extends io.prestosql.tempto.ProductTest
-
-
Constructor Summary
Constructors Constructor Description TestHiveBasicTableStatistics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestAnalyzePartitioned()voidtestAnalyzeUnpartitioned()voidtestCreateExternalUnpartitioned()voidtestCreatePartitioned()voidtestCreateTableWithNoData()voidtestCreateUnpartitioned()voidtestInsertBucketed()voidtestInsertBucketedPartitioned()voidtestInsertPartitioned()voidtestInsertUnpartitioned()
-
-
-
Method Detail
-
testCreateUnpartitioned
public void testCreateUnpartitioned()
-
testCreateExternalUnpartitioned
public void testCreateExternalUnpartitioned()
-
testCreateTableWithNoData
public void testCreateTableWithNoData()
-
testInsertUnpartitioned
public void testInsertUnpartitioned()
-
testCreatePartitioned
public void testCreatePartitioned()
-
testAnalyzePartitioned
public void testAnalyzePartitioned()
-
testAnalyzeUnpartitioned
public void testAnalyzeUnpartitioned()
-
testInsertPartitioned
public void testInsertPartitioned()
-
testInsertBucketed
public void testInsertBucketed()
-
testInsertBucketedPartitioned
public void testInsertBucketedPartitioned()
-
-