Uses of Class
io.trino.testing.sql.TestTable
Packages that use TestTable
-
Uses of TestTable in io.trino.testing
Methods in io.trino.testing that return TestTableModifier and TypeMethodDescriptionprotected TestTableAbstractTestDistributedQueries.createTableWithDefaultColumns()Deprecated. -
Uses of TestTable in io.trino.testing.datatype
Methods in io.trino.testing.datatype that return TestTableModifier and TypeMethodDescriptionCreateAndInsertDataSetup.setupTestTable(List<ColumnSetup> inputs) CreateAndTrinoInsertDataSetup.setupTestTable(List<ColumnSetup> inputs) CreateAsSelectDataSetup.setupTestTable(List<ColumnSetup> inputs) DataSetup.setupTestTable(List<ColumnSetup> inputs) -
Uses of TestTable in io.trino.testing.sql
Methods in io.trino.testing.sql that return TestTableModifier and TypeMethodDescriptionstatic TestTableTestTable.fromColumns(SqlExecutor sqlExecutor, String namePrefix, Map<String, List<String>> columns) static TestTableTestTable.fromColumns(SqlExecutor sqlExecutor, String namePrefix, Map<String, List<String>> columns, String defaultValue) static TestTableTestTable.fromColumnValueProviders(SqlExecutor sqlExecutor, String namePrefix, int rowsCount, Map<String, Function<Integer, String>> columnsValueProviders)