polars_plan::plans

Function is_elementwise_rec_no_cat_cast

Source
pub fn is_elementwise_rec_no_cat_cast<'a>(
    ae: &'a AExpr,
    expr_arena: &'a Arena<AExpr>,
) -> bool
Expand description

Recursive variant of is_elementwise that also forbids casting to categoricals. This function is used to determine if an expression evaluation can be vertically parallelized.