apache / arrow-rs

Official Rust implementation of Apache Arrow
https://arrow.apache.org/
Apache License 2.0
2.63k stars 803 forks source link

Implement `append_n` for `BooleanBuilder` #6646

Closed delamarch3 closed 3 weeks ago

delamarch3 commented 3 weeks ago

Which issue does this PR close?

Closes #6634

Rationale for this change

What changes are included in this PR?

I've added in a new method that uses the inner buffer builder's append_n along with a test

Are there any user-facing changes?

No