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 PlanFragmentIdMethods in io.trino.execution with parameters of type PlanFragmentIdModifier and TypeMethodDescriptionstatic StageIdStageId.create(QueryId queryId, PlanFragmentId fragmentId) Constructors in io.trino.execution with parameters of type PlanFragmentIdModifierConstructorDescriptionInput(String catalogName, CatalogHandle.CatalogVersion catalogVersion, 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.PipelinedOutputBufferManager> outputBufferManagers, TaskLifecycleListener taskLifecycleListener, FailureDetector failureDetector, Executor executor, Optional<int[]> bucketToPartition, int attempt) -
Uses of PlanFragmentId in io.trino.execution.scheduler.faulttolerant
Methods in io.trino.execution.scheduler.faulttolerant that return PlanFragmentIdModifier and TypeMethodDescriptionEventDrivenFaultTolerantQueryScheduler.StageExecution.getStageFragmentId()Methods in io.trino.execution.scheduler.faulttolerant with parameters of type PlanFragmentIdModifier and TypeMethodDescriptionvoidEventDrivenFaultTolerantQueryScheduler.StageExecution.setSourceOutputSelector(PlanFragmentId sourceFragmentId, ExchangeSourceOutputSelector selector) Method parameters in io.trino.execution.scheduler.faulttolerant with type arguments of type PlanFragmentIdModifier and TypeMethodDescriptionio.trino.execution.scheduler.faulttolerant.EventDrivenTaskSourceEventDrivenTaskSourceFactory.create(Session session, io.opentelemetry.api.trace.Span stageSpan, PlanFragment fragment, Map<PlanFragmentId, Exchange> sourceExchanges, FaultTolerantPartitioningScheme sourcePartitioningScheme, LongConsumer getSplitTimeRecorder, Map<PlanNodeId, OutputDataSizeEstimate> outputDataSizeEstimates) ExponentialGrowthPartitionMemoryEstimator.Factory.createPartitionMemoryEstimator(Session session, PlanFragment planFragment, Function<PlanFragmentId, PlanFragment> sourceFragmentLookup) NoMemoryAwarePartitionMemoryEstimator.Factory.createPartitionMemoryEstimator(Session session, PlanFragment planFragment, Function<PlanFragmentId, PlanFragment> sourceFragmentLookup) PartitionMemoryEstimatorFactory.createPartitionMemoryEstimator(Session session, PlanFragment planFragment, Function<PlanFragmentId, PlanFragment> sourceFragmentLookup) -
Uses of PlanFragmentId in io.trino.sql.planner
Methods in io.trino.sql.planner that return PlanFragmentIdMethod parameters in io.trino.sql.planner with type arguments of type PlanFragmentIdModifier and TypeMethodDescriptionstatic SubPlanRuntimeAdaptivePartitioningRewriter.overridePartitionCountRecursively(SubPlan subPlan, int oldPartitionCount, int newPartitionCount, PlanFragmentIdAllocator planFragmentIdAllocator, PlanNodeIdAllocator planNodeIdAllocator, Set<PlanFragmentId> startedFragments) Constructors in io.trino.sql.planner with parameters of type PlanFragmentIdModifierConstructorDescriptionPlanFragment(PlanFragmentId id, PlanNode root, Map<Symbol, Type> symbols, PartitioningHandle partitioning, Optional<Integer> partitionCount, List<PlanNodeId> partitionedSources, PartitioningScheme outputPartitioningScheme, StatsAndCosts statsAndCosts, List<CatalogProperties> activeCatalogs, List<LanguageScalarFunctionData> languageFunctions, 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 PlanFragmentIdMethod parameters in io.trino.sql.planner.plan with type arguments of type PlanFragmentIdModifier and TypeMethodDescriptionRemoteSourceNode.withSourceFragmentIds(List<PlanFragmentId> sourceFragmentIds) Constructors 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