Uses of Class
io.trino.testing.sql.TestTable
-
Packages that use TestTable Package Description io.trino.testing io.trino.testing.datatype io.trino.testing.sql -
-
Uses of TestTable in io.trino.testing
Methods in io.trino.testing that return TestTable Modifier and Type Method Description protected TestTableBaseConnectorTest. createTableWithDefaultColumns() -
Uses of TestTable in io.trino.testing.datatype
Methods in io.trino.testing.datatype that return TestTable Modifier and Type Method Description TestTableCreateAndInsertDataSetup. setupTestTable(List<ColumnSetup> inputs)TestTableCreateAndTrinoInsertDataSetup. setupTestTable(List<ColumnSetup> inputs)TestTableCreateAsSelectDataSetup. setupTestTable(List<ColumnSetup> inputs)TestTableDataSetup. setupTestTable(List<ColumnSetup> inputs) -
Uses of TestTable in io.trino.testing.sql
Methods in io.trino.testing.sql that return TestTable Modifier and Type Method Description static 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)
-