Uses of Class
io.trino.sql.planner.LocalExecutionPlanner.LocalExecutionPlan
-
Packages that use LocalExecutionPlanner.LocalExecutionPlan Package Description io.trino.sql.planner -
-
Uses of LocalExecutionPlanner.LocalExecutionPlan in io.trino.sql.planner
Methods in io.trino.sql.planner that return LocalExecutionPlanner.LocalExecutionPlan Modifier and Type Method Description LocalExecutionPlanner.LocalExecutionPlanLocalExecutionPlanner. plan(TaskContext taskContext, StageExecutionDescriptor stageExecutionDescriptor, PlanNode plan, List<Symbol> outputLayout, TypeProvider types, List<PlanNodeId> partitionedSourceOrder, OutputFactory outputOperatorFactory)LocalExecutionPlanner.LocalExecutionPlanLocalExecutionPlanner. plan(TaskContext taskContext, PlanNode plan, TypeProvider types, PartitioningScheme partitioningScheme, StageExecutionDescriptor stageExecutionDescriptor, List<PlanNodeId> partitionedSourceOrder, OutputBuffer outputBuffer)
-