polars_plan::plans::python::pyarrow

Function predicate_to_pa

Source
pub fn predicate_to_pa(
    predicate: Node,
    expr_arena: &Arena<AExpr>,
    args: PyarrowArgs,
) -> Option<String>
Available on crate feature python only.