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


##########
arrow-buffer/src/buffer/boolean.rs:
##########
@@ -611,6 +611,11 @@ impl BooleanBuffer {
         self.into_iter()
     }
 
+    /// Returns an [`UnalignedBitChunk`] over this buffer's values.

Review Comment:
   this is nice -- it just moves the code down a level (into BooleanBuffer out 
of BooleanArray)



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