pyarrow.gandiva.make_filter¶
-
pyarrow.gandiva.
make_filter
(Schema schema, Condition condition)¶ Create a Filter.
- Parameters
schema (pyarrow.Schema) – Schema of record batches the projector will be evaluated on
condition (Condition) – Condition to evalute in filter.
- Returns