Uses of Interface
io.trino.execution.QueryExecution
Packages that use QueryExecution
-
Uses of QueryExecution in io.trino.dispatcher
Constructor parameters in io.trino.dispatcher with type arguments of type QueryExecutionModifierConstructorDescriptionLocalDispatchQuery(QueryStateMachine stateMachine, com.google.common.util.concurrent.ListenableFuture<QueryExecution> queryExecutionFuture, QueryMonitor queryMonitor, ClusterSizeMonitor clusterSizeMonitor, Executor queryExecutor, Consumer<QueryExecution> querySubmitter) LocalDispatchQuery(QueryStateMachine stateMachine, com.google.common.util.concurrent.ListenableFuture<QueryExecution> queryExecutionFuture, QueryMonitor queryMonitor, ClusterSizeMonitor clusterSizeMonitor, Executor queryExecutor, Consumer<QueryExecution> querySubmitter) -
Uses of QueryExecution in io.trino.execution
Classes in io.trino.execution with type parameters of type QueryExecutionModifier and TypeInterfaceDescriptionstatic interfaceClasses in io.trino.execution that implement QueryExecutionClasses in io.trino.execution that implement interfaces with type arguments of type QueryExecutionMethods in io.trino.execution that return QueryExecutionModifier and TypeMethodDescriptionSqlQueryExecution.SqlQueryExecutionFactory.createQueryExecution(QueryPreparer.PreparedQuery preparedQuery, QueryStateMachine stateMachine, Slug slug, WarningCollector warningCollector, PlanOptimizersStatsCollector planOptimizersStatsCollector) Methods in io.trino.execution that return types with arguments of type QueryExecutionMethods in io.trino.execution with parameters of type QueryExecutionModifier and TypeMethodDescriptionvoidQueryManager.createQuery(QueryExecution execution) Creates a new query using the specified query execution.voidSqlQueryManager.createQuery(QueryExecution queryExecution) -
Uses of QueryExecution in io.trino.memory
Method parameters in io.trino.memory with type arguments of type QueryExecutionModifier and TypeMethodDescriptionvoidClusterMemoryManager.process(Iterable<QueryExecution> runningQueries, Supplier<List<BasicQueryInfo>> allQueryInfoSupplier) -
Uses of QueryExecution in io.trino.testing
Methods in io.trino.testing with parameters of type QueryExecutionModifier and TypeMethodDescriptionvoidNotImplementedQueryManager.createQuery(QueryExecution execution)