Commits


Paddy Horan authored and Wes McKinney committed 227ad0dae7e
ARROW-3541: [Rust] Update BufferBuilder to allow for new bit-packed BooleanArray Author: Paddy Horan <paddyhoran@hotmail.com> Closes #2799 from paddyhoran/ARROW-3541 and squashes the following commits: 8aaa033fb <Paddy Horan> Updated test name 50fdbbed0 <Paddy Horan> Addressed review comments dcc23c308 <Paddy Horan> Fixed lint issues. 15315d054 <Paddy Horan> Made `set_raw_bit` and unsafe fn and added tests d9d05c068 <Paddy Horan> Updated comments 0dcd820cb <Paddy Horan> Added test for `ensure_null_bits` 98698ef0b <Paddy Horan> Addressed review comments. 62f111def <Paddy Horan> Removed wildcard imports 6e67e4a12 <Paddy Horan> Updated to use `write` ebd3a3c2d <Paddy Horan> Fix for setting bit outside of len for MutableBuffer ceb51fdcf <Paddy Horan> Working except for issue with buffer write 572c7f4c7 <Paddy Horan> Separated boolean impl e8037b8dd <Paddy Horan> Changed `BufferBuilder` impl to macro