Describe the enhancement requested
Currently RecordBatches can only be filtered using a boolean mask Array, unlike Tables which can be filtered using either a mask or an Expression. It would be useful to allow RecordBatch.filter to also accept an Expression to make it consistent with Table.filter.
See also discussion here
Component(s)
Python