Uses of Class
io.trino.execution.SqlStage
-
Packages that use SqlStage Package Description io.trino.execution io.trino.execution.scheduler -
-
Uses of SqlStage in io.trino.execution
Methods in io.trino.execution that return SqlStage Modifier and Type Method Description static SqlStageSqlStage. createSqlStage(StageId stageId, PlanFragment fragment, Map<PlanNodeId,TableInfo> tables, RemoteTaskFactory remoteTaskFactory, Session session, boolean summarizeTaskInfo, NodeTaskMap nodeTaskMap, Executor executor, SplitSchedulerStats schedulerStats) -
Uses of SqlStage in io.trino.execution.scheduler
Methods in io.trino.execution.scheduler with parameters of type SqlStage Modifier and Type Method Description static PipelinedStageExecutionPipelinedStageExecution. createPipelinedStageExecution(SqlStage stage, Map<PlanFragmentId,io.trino.execution.scheduler.OutputBufferManager> outputBufferManagers, TaskLifecycleListener taskLifecycleListener, FailureDetector failureDetector, Executor executor, Optional<int[]> bucketToPartition, int attempt)
-