Uses of Class
io.trino.sql.planner.PlanFragment
-
Packages that use PlanFragment Package Description io.trino.execution io.trino.server io.trino.server.remotetask io.trino.sql.planner io.trino.util -
-
Uses of PlanFragment in io.trino.execution
Methods in io.trino.execution that return PlanFragment Modifier and Type Method Description PlanFragmentSqlStageExecution. getFragment()PlanFragmentStageStateMachine. getFragment()PlanFragmentStageInfo. getPlan()Methods in io.trino.execution with parameters of type PlanFragment Modifier and Type Method Description SqlTaskExecutionSqlTaskExecutionFactory. create(Session session, QueryContext queryContext, TaskStateMachine taskStateMachine, OutputBuffer outputBuffer, PlanFragment fragment, List<TaskSource> sources, Runnable notifyStatusChanged, OptionalInt totalPartitions)RemoteTaskMemoryTrackingRemoteTaskFactory. createRemoteTask(Session session, TaskId taskId, InternalNode node, PlanFragment fragment, com.google.common.collect.Multimap<PlanNodeId,Split> initialSplits, OptionalInt totalPartitions, OutputBuffers outputBuffers, NodeTaskMap.PartitionedSplitCountTracker partitionedSplitCountTracker, boolean summarizeTaskInfo)RemoteTaskRemoteTaskFactory. createRemoteTask(Session session, TaskId taskId, InternalNode node, PlanFragment fragment, com.google.common.collect.Multimap<PlanNodeId,Split> initialSplits, OptionalInt totalPartitions, OutputBuffers outputBuffers, NodeTaskMap.PartitionedSplitCountTracker partitionedSplitCountTracker, boolean summarizeTaskInfo)static SqlStageExecutionSqlStageExecution. createSqlStageExecution(StageId stageId, PlanFragment fragment, Map<PlanNodeId,TableInfo> tables, RemoteTaskFactory remoteTaskFactory, Session session, boolean summarizeTaskInfo, NodeTaskMap nodeTaskMap, ExecutorService executor, FailureDetector failureDetector, DynamicFilterService dynamicFilterService, SplitSchedulerStats schedulerStats)Method parameters in io.trino.execution with type arguments of type PlanFragment Modifier and Type Method Description TaskInfoSqlTask. updateTask(Session session, Optional<PlanFragment> fragment, List<TaskSource> sources, OutputBuffers outputBuffers, OptionalInt totalPartitions)TaskInfoSqlTaskManager. updateTask(Session session, TaskId taskId, Optional<PlanFragment> fragment, List<TaskSource> sources, OutputBuffers outputBuffers, OptionalInt totalPartitions)TaskInfoTaskManager. updateTask(Session session, TaskId taskId, Optional<PlanFragment> fragment, List<TaskSource> sources, OutputBuffers outputBuffers, OptionalInt totalPartitions)Updates the task plan, sources and output buffers.Constructors in io.trino.execution with parameters of type PlanFragment Constructor Description StageInfo(StageId stageId, StageState state, PlanFragment plan, List<Type> types, StageStats stageStats, List<TaskInfo> tasks, List<StageInfo> subStages, Map<PlanNodeId,TableInfo> tables, ExecutionFailureInfo failureCause)StageStateMachine(StageId stageId, Session session, PlanFragment fragment, Map<PlanNodeId,TableInfo> tables, ExecutorService executor, SplitSchedulerStats schedulerStats) -
Uses of PlanFragment in io.trino.server
Methods in io.trino.server that return types with arguments of type PlanFragment Modifier and Type Method Description Optional<PlanFragment>TaskUpdateRequest. getFragment()Methods in io.trino.server with parameters of type PlanFragment Modifier and Type Method Description RemoteTaskHttpRemoteTaskFactory. createRemoteTask(Session session, TaskId taskId, InternalNode node, PlanFragment fragment, com.google.common.collect.Multimap<PlanNodeId,Split> initialSplits, OptionalInt totalPartitions, OutputBuffers outputBuffers, NodeTaskMap.PartitionedSplitCountTracker partitionedSplitCountTracker, boolean summarizeTaskInfo)booleanDynamicFilterService. isCollectingTaskNeeded(QueryId queryId, PlanFragment plan)Dynamic filters are collected in same stage as the join operator.voidDynamicFilterService. unblockStageDynamicFilters(QueryId queryId, PlanFragment plan)Join build source tasks might become blocked waiting for join stage to collect build data.Constructor parameters in io.trino.server with type arguments of type PlanFragment Constructor Description TaskUpdateRequest(SessionRepresentation session, Map<String,String> extraCredentials, Optional<PlanFragment> fragment, List<TaskSource> sources, OutputBuffers outputIds, OptionalInt totalPartitions) -
Uses of PlanFragment in io.trino.server.remotetask
Constructors in io.trino.server.remotetask with parameters of type PlanFragment Constructor Description HttpRemoteTask(Session session, TaskId taskId, String nodeId, URI location, PlanFragment planFragment, com.google.common.collect.Multimap<PlanNodeId,Split> initialSplits, OptionalInt totalPartitions, OutputBuffers outputBuffers, io.airlift.http.client.HttpClient httpClient, Executor executor, ScheduledExecutorService updateScheduledExecutor, ScheduledExecutorService errorScheduledExecutor, io.airlift.units.Duration maxErrorDuration, io.airlift.units.Duration taskStatusRefreshMaxWait, io.airlift.units.Duration taskInfoUpdateInterval, boolean summarizeTaskInfo, io.airlift.json.JsonCodec<TaskStatus> taskStatusCodec, io.airlift.json.JsonCodec<DynamicFiltersCollector.VersionedDynamicFilterDomains> dynamicFilterDomainsCodec, io.airlift.json.JsonCodec<TaskInfo> taskInfoCodec, io.airlift.json.JsonCodec<TaskUpdateRequest> taskUpdateRequestCodec, NodeTaskMap.PartitionedSplitCountTracker partitionedSplitCountTracker, RemoteTaskStats stats, DynamicFilterService dynamicFilterService) -
Uses of PlanFragment in io.trino.sql.planner
Methods in io.trino.sql.planner that return PlanFragment Modifier and Type Method Description PlanFragmentStageExecutionPlan. getFragment()PlanFragmentSubPlan. getFragment()PlanFragmentPlanFragment. withBucketToPartition(Optional<int[]> bucketToPartition)PlanFragmentPlanFragment. withDynamicLifespanScheduleGroupedExecution(List<PlanNodeId> capableTableScanNodes)PlanFragmentPlanFragment. withFixedLifespanScheduleGroupedExecution(List<PlanNodeId> capableTableScanNodes)PlanFragmentPlanFragment. withoutEmbeddedJsonRepresentation()Methods in io.trino.sql.planner that return types with arguments of type PlanFragment Modifier and Type Method Description List<PlanFragment>SubPlan. getAllFragments()Flattens the subplan and returns all PlanFragments in the treeConstructors in io.trino.sql.planner with parameters of type PlanFragment Constructor Description StageExecutionPlan(PlanFragment fragment, Map<PlanNodeId,SplitSource> splitSources, List<StageExecutionPlan> subStages, Map<PlanNodeId,TableInfo> tables)SubPlan(PlanFragment fragment, List<SubPlan> children) -
Uses of PlanFragment in io.trino.util
Method parameters in io.trino.util with type arguments of type PlanFragment Modifier and Type Method Description static StringGraphvizPrinter. printLogical(List<PlanFragment> fragments)
-