Function polars_plan::plans::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