viirya commented on code in PR #3778:
URL: https://github.com/apache/arrow-rs/pull/3778#discussion_r1122277664


##########
arrow-buffer/src/buffer/null.rs:
##########
@@ -69,11 +86,28 @@ impl NullBuffer {
         !self.is_valid(idx)
     }
 
-    /// Returns the inner buffer
+    /// Returns the packed validity of this [`BooleanBuffer`] not including 
any offset

Review Comment:
   ```suggestion
       /// Returns the packed validity of inner [`BooleanBuffer`] of this 
[`NullBuffer`] not including any offset
   ```



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