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
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 anExpression. It would be useful to allowRecordBatch.filterto also accept anExpressionto make it consistent withTable.filter.See also discussion here
Component(s)
Python