Module datafusion::physical_plan::planner
source · [−]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.
Functions
Create an aggregate expression from a logical expression or an alias
Create an aggregate expression with a name from a logical expression
Create a physical sort expression from a logical expression
Create a window expression from a logical expression or an alias
Create a window expression with a name from a logical expression