mbutrovich commented on PR #9567: URL: https://github.com/apache/arrow-rs/pull/9567#issuecomment-4083560786
Thanks @Dandandan and @alamb. This will be helpful for me. I am increasingly refactoring some operations to "un-fuse" them actually, where we have complicated operations in a for loop that limits vectorization. I'm finding it faster to break them into stages, apply predicates, and build up boolean selection vectors to do a final output at the end. I'm hoping to adopt this API in the future. -- 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]
