pub fn compile(logical: &LogicalPlan) -> Result<PhysicalPlan>Expand description
Physical plan compiler and plan node types.
Compile a LogicalPlan into a PhysicalPlan.
pub fn compile(logical: &LogicalPlan) -> Result<PhysicalPlan>Physical plan compiler and plan node types.
Compile a LogicalPlan into a PhysicalPlan.