Uses of Class
io.trino.sql.planner.SubPlan
-
Packages that use SubPlan Package Description io.trino.execution.scheduler io.trino.server io.trino.sql.planner io.trino.sql.planner.planprinter io.trino.testing -
-
Uses of SubPlan in io.trino.execution.scheduler
Constructors in io.trino.execution.scheduler with parameters of type SubPlan Constructor Description SqlQueryScheduler(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 SubPlan Modifier and Type Method Description voidDynamicFilterService. registerQuery(SqlQueryExecution sqlQueryExecution, SubPlan fragmentedPlan) -
Uses of SubPlan in io.trino.sql.planner
Methods in io.trino.sql.planner that return SubPlan Modifier and Type Method Description SubPlanPlanFragmenter. createSubPlans(Session session, Plan plan, boolean forceSingleNode, WarningCollector warningCollector)Methods in io.trino.sql.planner that return types with arguments of type SubPlan Modifier and Type Method Description List<SubPlan>SubPlan. getChildren()Methods in io.trino.sql.planner with parameters of type SubPlan Modifier and Type Method Description List<Input>InputExtractor. extractInputs(SubPlan root)Constructor parameters in io.trino.sql.planner with type arguments of type SubPlan Constructor Description SubPlan(PlanFragment fragment, List<SubPlan> children) -
Uses of SubPlan in io.trino.sql.planner.planprinter
Methods in io.trino.sql.planner.planprinter with parameters of type SubPlan Modifier and Type Method Description static 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 SubPlan Modifier and Type Method Description SubPlanLocalQueryRunner. createSubPlans(Session session, Plan plan, boolean forceSingleNode)
-