Is your feature request related to a problem or challenge? Please describe what you are trying to do.
A compiled and optimised FilterPredicate can currently be reused for arrays using the FilterPredicate::filter function. There's no equivalent function for RecordBatches. It's feasible to implement this in your application or library, but it would be nice if this was provided by this crate.
Describe the solution you'd like
Add FilterPredicate::filter_record_batch.
Describe alternatives you've considered
None
Additional context