Uses of Class
io.trino.operator.StageExecutionDescriptor
-
Packages that use StageExecutionDescriptor Package Description io.trino.execution.scheduler io.trino.operator io.trino.sql.planner -
-
Uses of StageExecutionDescriptor in io.trino.execution.scheduler
Constructors in io.trino.execution.scheduler with parameters of type StageExecutionDescriptor Constructor Description FixedSourcePartitionedScheduler(SqlStageExecution stage, Map<PlanNodeId,SplitSource> splitSources, StageExecutionDescriptor stageExecutionDescriptor, List<PlanNodeId> schedulingOrder, List<InternalNode> nodes, BucketNodeMap bucketNodeMap, int splitBatchSize, OptionalInt concurrentLifespansPerTask, NodeSelector nodeSelector, List<ConnectorPartitionHandle> partitionHandles, DynamicFilterService dynamicFilterService) -
Uses of StageExecutionDescriptor in io.trino.operator
Methods in io.trino.operator that return StageExecutionDescriptor Modifier and Type Method Description static StageExecutionDescriptorStageExecutionDescriptor. dynamicLifespanScheduleGroupedExecution(List<PlanNodeId> capableScanNodes)static StageExecutionDescriptorStageExecutionDescriptor. fixedLifespanScheduleGroupedExecution(List<PlanNodeId> capableScanNodes)static StageExecutionDescriptorStageExecutionDescriptor. jsonCreator(StageExecutionDescriptor.StageExecutionStrategy strategy, Set<PlanNodeId> groupedExecutionCapableScanNodes)static StageExecutionDescriptorStageExecutionDescriptor. ungroupedExecution() -
Uses of StageExecutionDescriptor in io.trino.sql.planner
Methods in io.trino.sql.planner that return StageExecutionDescriptor Modifier and Type Method Description StageExecutionDescriptorLocalExecutionPlanner.LocalExecutionPlan. getStageExecutionDescriptor()StageExecutionDescriptorPlanFragment. getStageExecutionDescriptor()Methods in io.trino.sql.planner with parameters of type StageExecutionDescriptor Modifier and Type Method Description LocalExecutionPlanner.LocalExecutionPlanLocalExecutionPlanner. plan(TaskContext taskContext, StageExecutionDescriptor stageExecutionDescriptor, PlanNode plan, List<Symbol> outputLayout, TypeProvider types, List<PlanNodeId> partitionedSourceOrder, OutputFactory outputOperatorFactory)LocalExecutionPlanner.LocalExecutionPlanLocalExecutionPlanner. plan(TaskContext taskContext, PlanNode plan, TypeProvider types, PartitioningScheme partitioningScheme, StageExecutionDescriptor stageExecutionDescriptor, List<PlanNodeId> partitionedSourceOrder, OutputBuffer outputBuffer)Constructors in io.trino.sql.planner with parameters of type StageExecutionDescriptor Constructor Description LocalExecutionPlan(List<DriverFactory> driverFactories, List<PlanNodeId> partitionedSourceOrder, StageExecutionDescriptor stageExecutionDescriptor)PlanFragment(PlanFragmentId id, PlanNode root, Map<Symbol,Type> symbols, PartitioningHandle partitioning, List<PlanNodeId> partitionedSources, PartitioningScheme partitioningScheme, StageExecutionDescriptor stageExecutionDescriptor, StatsAndCosts statsAndCosts, Optional<String> jsonRepresentation)
-