Uses of Class
io.trino.sql.planner.LocalExecutionPlanner.LocalExecutionPlan
Packages that use LocalExecutionPlanner.LocalExecutionPlan
-
Uses of LocalExecutionPlanner.LocalExecutionPlan in io.trino.execution
Constructors in io.trino.execution with parameters of type LocalExecutionPlanner.LocalExecutionPlanModifierConstructorDescriptionSqlTaskExecution(TaskStateMachine taskStateMachine, TaskContext taskContext, io.opentelemetry.api.trace.Span taskSpan, OutputBuffer outputBuffer, LocalExecutionPlanner.LocalExecutionPlan localExecutionPlan, TaskExecutor taskExecutor, SplitMonitor splitMonitor, io.opentelemetry.api.trace.Tracer tracer, Executor notificationExecutor) -
Uses of LocalExecutionPlanner.LocalExecutionPlan in io.trino.sql.planner
Methods in io.trino.sql.planner that return LocalExecutionPlanner.LocalExecutionPlanModifier and TypeMethodDescriptionLocalExecutionPlanner.plan(TaskContext taskContext, PlanNode plan, TypeProvider types, PartitioningScheme partitioningScheme, List<PlanNodeId> partitionedSourceOrder, OutputBuffer outputBuffer) LocalExecutionPlanner.plan(TaskContext taskContext, PlanNode plan, List<Symbol> outputLayout, TypeProvider types, List<PlanNodeId> partitionedSourceOrder, OutputFactory outputOperatorFactory)