Dandandan commented on issue #7450: URL: https://github.com/apache/arrow-rs/issues/7450#issuecomment-2839728411
Thanks for connecting the issues! The `BooleanBuffer` approach is more efficient for dense / non-selective filters. Motivating this issue to remove `skip` is it will half the size of `RowSelector` from 16 bytes (for 64-bit CPU) to 8 bytes (so it might help in cases where it already is dense / contains many selectors. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org