Uses of Interface
io.trino.tempto.query.QueryExecutor
Packages that use QueryExecutor
Package
Description
-
Uses of QueryExecutor in io.trino.tempto.internal.fulfillment.table
Constructors in io.trino.tempto.internal.fulfillment.table with parameters of type QueryExecutorModifierConstructorDescriptionAbstractTableManager(QueryExecutor queryExecutor, TableNameGenerator tableNameGenerator) -
Uses of QueryExecutor in io.trino.tempto.internal.fulfillment.table.hive
Constructors in io.trino.tempto.internal.fulfillment.table.hive with parameters of type QueryExecutorModifierConstructorDescriptionHiveTableManager(QueryExecutor queryExecutor, HdfsDataSourceWriter hdfsDataSourceWriter, TableNameGenerator tableNameGenerator, HiveThriftClient hiveThriftClient, String testDataBasePath, String databaseName, boolean injectStatsForImmutableTables, boolean injectStatsForMutableTables) HiveTableManager(QueryExecutor queryExecutor, HdfsDataSourceWriter hdfsDataSourceWriter, TableNameGenerator tableNameGenerator, String testDataBasePath, String databaseName, boolean injectStatsForImmutableTables, boolean injectStatsForMutableTables, String thriftHost, String thriftPort) -
Uses of QueryExecutor in io.trino.tempto.internal.fulfillment.table.jdbc
Constructors in io.trino.tempto.internal.fulfillment.table.jdbc with parameters of type QueryExecutorModifierConstructorDescriptionJdbcTableManager(QueryExecutor queryExecutor, TableNameGenerator tableNameGenerator, String databaseName, Configuration configuration) -
Uses of QueryExecutor in io.trino.tempto.query
Classes in io.trino.tempto.query that implement QueryExecutorMethods in io.trino.tempto.query that return QueryExecutorModifier and TypeMethodDescriptionstatic QueryExecutorQueryExecutor.defaultQueryExecutor()Deprecated.The concept of default query executor has been found to be confusing and will be removed.QueryExecutorDispatcher.getQueryExecutor(String connectionName) -
Uses of QueryExecutor in io.trino.tempto.sql
Methods in io.trino.tempto.sql with parameters of type QueryExecutorModifier and TypeMethodDescriptionstatic ViewContextProviderSqlContexts.createViewAs(String selectSql, QueryExecutor queryExecutor) static ViewContextProviderSqlContexts.createViewAs(String viewName, String selectSql, QueryExecutor queryExecutor) -
Uses of QueryExecutor in io.trino.tempto.sql.view
Constructors in io.trino.tempto.sql.view with parameters of type QueryExecutorModifierConstructorDescriptionViewContextProvider(String viewName, String selectSql, QueryExecutor queryExecutor)