Uses of Class
io.trino.sql.planner.StageExecutionPlan
-
Packages that use StageExecutionPlan Package Description io.trino.execution.scheduler io.trino.sql.planner -
-
Uses of StageExecutionPlan in io.trino.execution.scheduler
Methods in io.trino.execution.scheduler with parameters of type StageExecutionPlan Modifier and Type Method Description static SqlQuerySchedulerSqlQueryScheduler. createSqlQueryScheduler(QueryStateMachine queryStateMachine, StageExecutionPlan plan, NodePartitioningManager nodePartitioningManager, NodeScheduler nodeScheduler, RemoteTaskFactory remoteTaskFactory, Session session, boolean summarizeTaskInfo, int splitBatchSize, ExecutorService queryExecutor, ScheduledExecutorService schedulerExecutor, FailureDetector failureDetector, OutputBuffers rootOutputBuffers, NodeTaskMap nodeTaskMap, ExecutionPolicy executionPolicy, SplitSchedulerStats schedulerStats, DynamicFilterService dynamicFilterService) -
Uses of StageExecutionPlan in io.trino.sql.planner
Methods in io.trino.sql.planner that return StageExecutionPlan Modifier and Type Method Description StageExecutionPlanDistributedExecutionPlanner. plan(SubPlan root, Session session)StageExecutionPlanStageExecutionPlan. withBucketToPartition(Optional<int[]> bucketToPartition)Methods in io.trino.sql.planner that return types with arguments of type StageExecutionPlan Modifier and Type Method Description List<StageExecutionPlan>StageExecutionPlan. getSubStages()Constructor parameters in io.trino.sql.planner with type arguments of type StageExecutionPlan Constructor Description StageExecutionPlan(PlanFragment fragment, Map<PlanNodeId,SplitSource> splitSources, List<StageExecutionPlan> subStages, Map<PlanNodeId,TableInfo> tables)
-