Uses of Interface
io.trino.testing.sql.SqlExecutor
Packages that use SqlExecutor
-
Uses of SqlExecutor in io.trino.testing.datatype
Constructors in io.trino.testing.datatype with parameters of type SqlExecutorModifierConstructorDescriptionCreateAndInsertDataSetup(SqlExecutor sqlExecutor, String tableNamePrefix) CreateAndTrinoInsertDataSetup(SqlExecutor sqlExecutor, TrinoSqlExecutor trinoSqlExecutor, String tableNamePrefix) CreateAsSelectDataSetup(SqlExecutor sqlExecutor, String tableNamePrefix) -
Uses of SqlExecutor in io.trino.testing.sql
Classes in io.trino.testing.sql that implement SqlExecutorMethods in io.trino.testing.sql with parameters of type SqlExecutorModifier 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) Constructors in io.trino.testing.sql with parameters of type SqlExecutorModifierConstructorDescriptionTestTable(SqlExecutor sqlExecutor, String namePrefix, String tableDefinition) TestTable(SqlExecutor sqlExecutor, String namePrefix, String tableDefinition, List<String> rowsToInsert) TestView(SqlExecutor sqlExecutor, String namePrefix, String viewBody)