Module datafusion::physical_plan::planner [−][src]
Expand description
Physical query planner
Structs
Default single node physical query planner that converts a
LogicalPlan
to an ExecutionPlan
suitable for execution.
Traits
This trait exposes the ability to plan an ExecutionPlan
out of a LogicalPlan
.
Physical query planner that converts a LogicalPlan
to an
ExecutionPlan
suitable for execution.