Uses of Class
io.trino.execution.SqlStage
Packages that use SqlStage
-
Uses of SqlStage in io.trino.execution
Methods in io.trino.execution that return SqlStageModifier and TypeMethodDescriptionstatic SqlStageSqlStage.createSqlStage(StageId stageId, PlanFragment fragment, Map<PlanNodeId, TableInfo> tables, RemoteTaskFactory remoteTaskFactory, Session session, boolean summarizeTaskInfo, NodeTaskMap nodeTaskMap, Executor stateMachineExecutor, io.opentelemetry.api.trace.Tracer tracer, SplitSchedulerStats schedulerStats) -
Uses of SqlStage in io.trino.execution.scheduler
Methods in io.trino.execution.scheduler with parameters of type SqlStageModifier and TypeMethodDescriptionstatic PipelinedStageExecutionPipelinedStageExecution.createPipelinedStageExecution(SqlStage stage, Map<PlanFragmentId, io.trino.execution.scheduler.PipelinedOutputBufferManager> outputBufferManagers, TaskLifecycleListener taskLifecycleListener, FailureDetector failureDetector, Executor executor, Optional<int[]> bucketToPartition, int attempt)