You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/12/13 21:19:29 UTC

[GitHub] [arrow-rs] alamb commented on a change in pull request #1039: BooleanBufferBuilder::append_packed (#1038)

alamb commented on a change in pull request #1039:
URL: https://github.com/apache/arrow-rs/pull/1039#discussion_r768128176



##########
File path: arrow/src/array/builder.rs
##########
@@ -398,6 +398,54 @@ impl BooleanBufferBuilder {
         }
     }
 
+    /// Append a slice of packed bits

Review comment:
       ```suggestion
       /// Append `count` bits from `to_set`. `to_set` is a slice of bits packed into `u8`
       ///
       /// panics if `to_set` does not contain at at least `ceil(count / 8) + 1` bytes
   ```




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