Uses of Class
io.trino.sql.planner.SubPlan
Packages that use SubPlan
Package
Description
-
Uses of SubPlan in io.trino.execution.scheduler
Constructors in io.trino.execution.scheduler with parameters of type SubPlanModifierConstructorDescriptionSqlQueryScheduler(QueryStateMachine queryStateMachine, SubPlan plan, NodePartitioningManager nodePartitioningManager, NodeScheduler nodeScheduler, RemoteTaskFactory remoteTaskFactory, boolean summarizeTaskInfo, int splitBatchSize, ExecutorService queryExecutor, ScheduledExecutorService schedulerExecutor, FailureDetector failureDetector, NodeTaskMap nodeTaskMap, ExecutionPolicy executionPolicy, SplitSchedulerStats schedulerStats, DynamicFilterService dynamicFilterService, TableExecuteContextManager tableExecuteContextManager, Metadata metadata, SplitSourceFactory splitSourceFactory, TaskManager coordinatorTaskManager) -
Uses of SubPlan in io.trino.server
Methods in io.trino.server with parameters of type SubPlanModifier and TypeMethodDescriptionvoidDynamicFilterService.registerQuery(SqlQueryExecution sqlQueryExecution, SubPlan fragmentedPlan) -
Uses of SubPlan in io.trino.sql.planner
Methods in io.trino.sql.planner that return SubPlanModifier and TypeMethodDescriptionPlanFragmenter.createSubPlans(Session session, Plan plan, boolean forceSingleNode, WarningCollector warningCollector) Methods in io.trino.sql.planner that return types with arguments of type SubPlanMethods in io.trino.sql.planner with parameters of type SubPlanConstructor parameters in io.trino.sql.planner with type arguments of type SubPlan -
Uses of SubPlan in io.trino.sql.planner.planprinter
Methods in io.trino.sql.planner.planprinter with parameters of type SubPlanModifier and TypeMethodDescriptionstatic StringPlanPrinter.graphvizDistributedPlan(SubPlan plan) static StringGraphvizPrinter.printDistributed(SubPlan plan) static StringPlanPrinter.textDistributedPlan(SubPlan plan, Metadata metadata, Session session, boolean verbose) -
Uses of SubPlan in io.trino.testing
Methods in io.trino.testing that return SubPlanModifier and TypeMethodDescriptionLocalQueryRunner.createSubPlans(Session session, Plan plan, boolean forceSingleNode)