polars_plan::utils

Function has_aexpr

Source
pub fn has_aexpr<F>(
    current_node: Node,
    arena: &Arena<AExpr>,
    matches: F,
) -> bool
where F: Fn(&AExpr) -> bool,