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 StageTaskSourceFactory.ArbitraryDistributionTaskSourceStageTaskSourceFactory.ArbitraryDistributionTaskSource. create(PlanFragment fragment, Map<PlanFragmentId,Exchange> sourceExchanges, com.google.common.collect.Multimap<PlanFragmentId,ExchangeSourceHandle> exchangeSourceHandles, io.airlift.units.DataSize targetPartitionSize)static StageTaskSourceFactory.ArbitraryDistributionTaskSourceStageTaskSourceFactory.ArbitraryDistributionTaskSource. create(PlanFragment fragment, Map<PlanFragmentId,Exchange> sourceExchanges, com.google.common.collect.Multimap<PlanFragmentId,ExchangeSourceHandle> exchangeSourceHandles, io.airlift.units.DataSize targetPartitionSize)TaskSourceStageTaskSourceFactory. create(Session session, PlanFragment fragment, Map<PlanFragmentId,Exchange> sourceExchanges, com.google.common.collect.Multimap<PlanFragmentId,ExchangeSourceHandle> exchangeSourceHandles, LongConsumer getSplitTimeRecorder, Optional<int[]> bucketToPartitionMap, Optional<BucketNodeMap> bucketNodeMap)TaskSourceStageTaskSourceFactory. create(Session session, PlanFragment fragment, Map<PlanFragmentId,Exchange> sourceExchanges, com.google.common.collect.Multimap<PlanFragmentId,ExchangeSourceHandle> exchangeSourceHandles, LongConsumer getSplitTimeRecorder, Optional<int[]> bucketToPartitionMap, Optional<BucketNodeMap> bucketNodeMap)static StageTaskSourceFactory.HashDistributionTaskSourceStageTaskSourceFactory.HashDistributionTaskSource. create(Session session, PlanFragment fragment, SplitSourceFactory splitSourceFactory, com.google.common.collect.Multimap<PlanFragmentId,ExchangeSourceHandle> exchangeSourceHandles, int splitBatchSize, LongConsumer getSplitTimeRecorder, int[] bucketToPartitionMap, Optional<BucketNodeMap> bucketNodeMap)static StageTaskSourceFactory.SingleDistributionTaskSourceStageTaskSourceFactory.SingleDistributionTaskSource. create(PlanFragment fragment, com.google.common.collect.Multimap<PlanFragmentId,ExchangeSourceHandle> exchangeSourceHandles)static StageTaskSourceFactory.SourceDistributionTaskSourceStageTaskSourceFactory.SourceDistributionTaskSource. create(Session session, PlanFragment fragment, SplitSourceFactory splitSourceFactory, com.google.common.collect.Multimap<PlanFragmentId,ExchangeSourceHandle> exchangeSourceHandles, TableExecuteContextManager tableExecuteContextManager, int splitBatchSize, LongConsumer getSplitTimeRecorder, int targetPartitionSplitCount)TaskSourceTaskSourceFactory. create(Session session, PlanFragment fragment, Map<PlanFragmentId,Exchange> sourceExchanges, com.google.common.collect.Multimap<PlanFragmentId,ExchangeSourceHandle> exchangeSourceHandles, LongConsumer getSplitTimeRecorder, Optional<int[]> bucketToPartitionMap, Optional<BucketNodeMap> bucketNodeMap)TaskSourceTaskSourceFactory. create(Session session, PlanFragment fragment, Map<PlanFragmentId,Exchange> sourceExchanges, com.google.common.collect.Multimap<PlanFragmentId,ExchangeSourceHandle> exchangeSourceHandles, LongConsumer getSplitTimeRecorder, Optional<int[]> bucketToPartitionMap, Optional<BucketNodeMap> bucketNodeMap)static PipelinedStageExecutionPipelinedStageExecution. createPipelinedStageExecution(SqlStage stage, Map<PlanFragmentId,io.trino.execution.scheduler.OutputBufferManager> outputBufferManagers, TaskLifecycleListener taskLifecycleListener, FailureDetector failureDetector, Executor executor, Optional<int[]> bucketToPartition, int attempt)Constructor parameters in io.trino.execution.scheduler with type arguments of type PlanFragmentId Constructor Description ArbitraryDistributionTaskSource(Map<PlanFragmentId,PlanNodeId> sourceFragmentToRemoteSourceNodeIdMap, Map<PlanFragmentId,Exchange> sourceExchanges, com.google.common.collect.Multimap<PlanFragmentId,ExchangeSourceHandle> exchangeSourceHandles, io.airlift.units.DataSize targetPartitionSize)ArbitraryDistributionTaskSource(Map<PlanFragmentId,PlanNodeId> sourceFragmentToRemoteSourceNodeIdMap, Map<PlanFragmentId,Exchange> sourceExchanges, com.google.common.collect.Multimap<PlanFragmentId,ExchangeSourceHandle> exchangeSourceHandles, io.airlift.units.DataSize targetPartitionSize)FaultTolerantStageScheduler(Session session, SqlStage stage, FailureDetector failureDetector, TaskSourceFactory taskSourceFactory, NodeAllocator nodeAllocator, TaskLifecycleListener taskLifecycleListener, Optional<Exchange> sinkExchange, Optional<int[]> sinkBucketToPartitionMap, Map<PlanFragmentId,Exchange> sourceExchanges, Optional<int[]> sourceBucketToPartitionMap, Optional<BucketNodeMap> sourceBucketNodeMap, int retryAttempts) -
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()
-