pepijnve opened a new issue, #8692:
URL: https://github.com/apache/arrow-rs/issues/8692

   **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**
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to