alamb opened a new issue, #2963: URL: https://github.com/apache/arrow-rs/issues/2963
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** I would like to generate statistics on how many rows pass a particular filter that was evaluated to `BooleanArray` I know there are very fast ways to do this within the arrow codebase but I didn't see any good way to use them externally **Describe the solution you'd like** Optimized functions on `BooleanArray` **Describe alternatives you've considered** Use lower level `Buffer` apis **Additional context** https://github.com/apache/arrow-datafusion/pull/3989#discussion_r1007328633 -- 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]
