Rachelint commented on issue #6692:
URL: https://github.com/apache/arrow-rs/issues/6692#issuecomment-2462726363

   > That would be a very naive way to implement the filter kernel, I would 
encourage looking at what the selection kernels actually do.
   
   I agree with it seems a naive version for filter.
   
   Is it possible to public something like `filter_native` but return a 
iterator, then we can reduce some copied in downstream and reuse the well 
optimized filter in arrow:
   ```
   // current
   filter --> intemediate buffer in array --> final buffer
   
   // optimized
   filter --> final buffer
   ```


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