alamb commented on issue #7450:
URL: https://github.com/apache/arrow-rs/issues/7450#issuecomment-2843022760
Another potential option might be an enum like this:
```rust
enum RowSelector {
Skip(usize),
Scan(usize),
Bitmap(BooleanBuffer),
}
``
--
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]