Jörn Horstmann created ARROW-11471:
--------------------------------------
Summary: [Rust] DoubleEndedIterator for BitChunks
Key: ARROW-11471
URL: https://issues.apache.org/jira/browse/ARROW-11471
Project: Apache Arrow
Issue Type: Improvement
Components: Rust
Affects Versions: 3.0.0
Reporter: Jörn Horstmann
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
--
This message was sent by Atlassian Jira
(v8.3.4#803005)