Uses of Class
io.trino.operator.StageExecutionDescriptor
Packages that use StageExecutionDescriptor
-
Uses of StageExecutionDescriptor in io.trino.execution.scheduler
Constructors in io.trino.execution.scheduler with parameters of type StageExecutionDescriptorModifierConstructorDescriptionFixedSourcePartitionedScheduler(StageExecution stageExecution, 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, TableExecuteContextManager tableExecuteContextManager) -
Uses of StageExecutionDescriptor in io.trino.operator
Methods in io.trino.operator that return StageExecutionDescriptorModifier and TypeMethodDescriptionstatic 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 StageExecutionDescriptorModifier and TypeMethodDescriptionLocalExecutionPlanner.LocalExecutionPlan.getStageExecutionDescriptor()PlanFragment.getStageExecutionDescriptor()Methods in io.trino.sql.planner with parameters of type StageExecutionDescriptorModifier and TypeMethodDescriptionLocalExecutionPlanner.plan(TaskContext taskContext, StageExecutionDescriptor stageExecutionDescriptor, PlanNode plan, List<Symbol> outputLayout, TypeProvider types, List<PlanNodeId> partitionedSourceOrder, OutputFactory outputOperatorFactory) LocalExecutionPlanner.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 StageExecutionDescriptorModifierConstructorDescriptionLocalExecutionPlan(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)