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/06/05 13:05:51 UTC

[GitHub] [arrow-rs] boaz-codota commented on a change in pull request #383: Add set_bit to BooleanBufferBuilder to allow mutating bit in index

boaz-codota commented on a change in pull request #383:
URL: https://github.com/apache/arrow-rs/pull/383#discussion_r645988790



##########
File path: arrow/src/array/builder.rs
##########
@@ -302,6 +302,15 @@ impl BooleanBufferBuilder {
         self.len
     }
 
+    #[inline]
+    pub fn set_bit(&mut self, index: usize, bit: bool) {

Review comment:
       fixed




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

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