Function polars_lazy::physical_plan::planner::create_physical_plan

source ยท
pub fn create_physical_plan(
    root: Node,
    lp_arena: &mut Arena<IR>,
    expr_arena: &mut Arena<AExpr>
) -> PolarsResult<Box<dyn Executor>>