Uses of Class
io.prestosql.testing.sql.TestTable
-
Packages that use TestTable Package Description io.prestosql.testing io.prestosql.testing.datatype -
-
Uses of TestTable in io.prestosql.testing
Methods in io.prestosql.testing that return TestTable Modifier and Type Method Description protected abstract TestTableAbstractTestDistributedQueries. createTableWithDefaultColumns() -
Uses of TestTable in io.prestosql.testing.datatype
Methods in io.prestosql.testing.datatype that return TestTable Modifier and Type Method Description TestTableCreateAndInsertDataSetup. setupTestTable(java.util.List<DataTypeTest.Input<?>> inputs)TestTableCreateAndPrestoInsertDataSetup. setupTestTable(java.util.List<DataTypeTest.Input<?>> inputs)TestTableCreateAsSelectDataSetup. setupTestTable(java.util.List<DataTypeTest.Input<?>> inputs)TestTableDataSetup. setupTestTable(java.util.List<DataTypeTest.Input<?>> inputs)
-