Function polars_plan::logical_plan::to_aexpr
source · pub fn to_aexpr(expr: Expr, arena: &mut Arena<AExpr>) -> Node
Expand description
converts expression to AExpr and adds it to the arena, which uses an arena (Vec) for allocation