alamb commented on issue #8561: URL: https://github.com/apache/arrow-rs/issues/8561#issuecomment-3378509669
> BooleanBufferBuilder / BooleanBuilder seem to currently serve two quite distinct usecases, which makes it more difficult to get the best possible performance for both of them. I looked a little more into the APIs it seems like [`BooleanBuilder`](https://docs.rs/arrow/latest/arrow/array/struct.BooleanBuilder.html) is the one that is for appending new values, and [`BooleanBufferBuilder`](https://docs.rs/arrow/latest/arrow/array/struct.BooleanBufferBuilder.html) is for getting/setting individual bits The major difference is that [`BooleanBufferBuilder`](https://docs.rs/arrow/latest/arrow/array/struct.BooleanBufferBuilder.html) doesn't handle nulls... -- 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]
