alamb commented on code in PR #7022:
URL: https://github.com/apache/arrow-rs/pull/7022#discussion_r1930393870


##########
arrow-buffer/src/util/bit_iterator.rs:
##########
@@ -93,6 +93,8 @@ impl DoubleEndedIterator for BitIterator<'_> {
 /// Returns `(usize, usize)` each representing an interval where the 
corresponding
 /// bits in the provides mask are set
 ///
+/// the first value is the start of the range (inclusive) and the second value 
is the end of the range (exclusive)

Review Comment:
   💯 
   
   I double checked and this looks good. Thanks @rluvaton 
   
   ```rust
   type Item = (usize, usize);
   ```



-- 
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]

Reply via email to