Uses of Class
io.trino.sql.planner.plan.PlanFragmentId
Packages that use PlanFragmentId
Package
Description
-
Uses of PlanFragmentId in io.trino.execution
Methods in io.trino.execution that return PlanFragmentIdConstructors in io.trino.execution with parameters of type PlanFragmentIdModifierConstructorDescriptionInput(String catalogName, String schema, String table, Optional<Object> connectorInfo, List<Column> columns, PlanFragmentId fragmentId, PlanNodeId planNodeId) -
Uses of PlanFragmentId in io.trino.execution.scheduler
Methods in io.trino.execution.scheduler with parameters of type PlanFragmentIdModifier and TypeMethodDescriptionvoidTaskLifecycleListener.noMoreTasks(PlanFragmentId fragmentId) voidTaskLifecycleListener.taskCreated(PlanFragmentId fragmentId, RemoteTask task) Method parameters in io.trino.execution.scheduler with type arguments of type PlanFragmentIdModifier and TypeMethodDescriptionstatic PipelinedStageExecutionPipelinedStageExecution.createPipelinedStageExecution(SqlStage stage, Map<PlanFragmentId, io.trino.execution.scheduler.OutputBufferManager> outputBufferManagers, TaskLifecycleListener taskLifecycleListener, FailureDetector failureDetector, Executor executor, Optional<int[]> bucketToPartition, int attempt) -
Uses of PlanFragmentId in io.trino.sql.planner
Methods in io.trino.sql.planner that return PlanFragmentIdConstructors in io.trino.sql.planner with parameters of type PlanFragmentIdModifierConstructorDescriptionPlanFragment(PlanFragmentId id, PlanNode root, Map<Symbol, Type> symbols, PartitioningHandle partitioning, List<PlanNodeId> partitionedSources, PartitioningScheme partitioningScheme, StageExecutionDescriptor stageExecutionDescriptor, StatsAndCosts statsAndCosts, Optional<String> jsonRepresentation) -
Uses of PlanFragmentId in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return types with arguments of type PlanFragmentIdConstructors in io.trino.sql.planner.plan with parameters of type PlanFragmentIdModifierConstructorDescriptionRemoteSourceNode(PlanNodeId id, PlanFragmentId sourceFragmentId, List<Symbol> outputs, Optional<OrderingScheme> orderingScheme, ExchangeNode.Type exchangeType, RetryPolicy retryPolicy) Constructor parameters in io.trino.sql.planner.plan with type arguments of type PlanFragmentIdModifierConstructorDescriptionRemoteSourceNode(PlanNodeId id, List<PlanFragmentId> sourceFragmentIds, List<Symbol> outputs, Optional<OrderingScheme> orderingScheme, ExchangeNode.Type exchangeType, RetryPolicy retryPolicy) -
Uses of PlanFragmentId in io.trino.sql.planner.planprinter
Methods in io.trino.sql.planner.planprinter that return types with arguments of type PlanFragmentId