[ Version ( since = "0.15.0" ) ]
public RecordBatch? filter (BooleanArray filter, FilterOptions? options) throws Error
| this |
A RecordBatch. |
| filter |
The values indicates which values should be filtered out. |
| options |
|
The RecordBatch filtered with a boolean selection filter. Nulls in the filter will result in nulls in the output. |