DoubleEndedIterator for BitChunks
Open
arrow
- Dominant language
- Rust
- Stars
- 3.6k
- Forks
- 1.3k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 169
Description
*Note*: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-11471
The usecase is to efficiently find the last non-null value in an array slice by iterating over the bits in chunks and using u64::leading_zeroes
Contributor guide
Assessment
This issue has not been assessed yet.