You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "tustvold (via GitHub)" <gi...@apache.org> on 2023/06/09 16:26:21 UTC

[GitHub] [arrow-rs] tustvold commented on a diff in pull request #4393: Add Scalar/Datum abstraction (#1047)

tustvold commented on code in PR #4393:
URL: https://github.com/apache/arrow-rs/pull/4393#discussion_r1224512593


##########
arrow-array/src/array/boolean_array.rs:
##########
@@ -93,6 +93,17 @@ impl BooleanArray {
         Self { values, nulls }
     }
 
+    /// Create a new [`BooleanArray`] with length `len` consisting only of nulls
+    pub fn new_null(len: usize) -> Self {

Review Comment:
   This was a change to make the example work



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org