Package io.trino.execution
Interface QueryExecution.QueryExecutionFactory<T extends QueryExecution>
-
- All Known Implementing Classes:
DataDefinitionExecution.DataDefinitionExecutionFactory,SqlQueryExecution.SqlQueryExecutionFactory
- Enclosing interface:
- QueryExecution
public static interface QueryExecution.QueryExecutionFactory<T extends QueryExecution>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TcreateQueryExecution(QueryPreparer.PreparedQuery preparedQuery, QueryStateMachine stateMachine, Slug slug, WarningCollector warningCollector)
-
-
-
Method Detail
-
createQueryExecution
T createQueryExecution(QueryPreparer.PreparedQuery preparedQuery, QueryStateMachine stateMachine, Slug slug, WarningCollector warningCollector)
-
-