Uses of Class
io.trino.sql.planner.plan.PlanFragmentId
-
Packages that use PlanFragmentId Package Description io.trino.execution io.trino.execution.scheduler io.trino.sql.planner io.trino.sql.planner.plan io.trino.sql.planner.planprinter -
-
Uses of PlanFragmentId in io.trino.execution
Methods in io.trino.execution that return PlanFragmentId Modifier and Type Method Description PlanFragmentIdInput. getFragmentId()Constructors in io.trino.execution with parameters of type PlanFragmentId Constructor Description Input(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 PlanFragmentId Modifier and Type Method Description voidTaskLifecycleListener. noMoreTasks(PlanFragmentId fragmentId)voidTaskLifecycleListener. taskCreated(PlanFragmentId fragmentId, RemoteTask task)Method parameters in io.trino.execution.scheduler with type arguments of type PlanFragmentId Modifier and Type Method Description static 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 PlanFragmentId Modifier and Type Method Description PlanFragmentIdPlanFragment. getId()Constructors in io.trino.sql.planner with parameters of type PlanFragmentId Constructor Description PlanFragment(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 PlanFragmentId Modifier and Type Method Description List<PlanFragmentId>RemoteSourceNode. getSourceFragmentIds()Constructors in io.trino.sql.planner.plan with parameters of type PlanFragmentId Constructor Description RemoteSourceNode(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 PlanFragmentId Constructor Description RemoteSourceNode(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 Modifier and Type Method Description List<PlanFragmentId>NodeRepresentation. getRemoteSources()
-