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