Function polars_plan::utils::has_aexpr

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