Implement append_n
for BooleanBuilder
#6634
Labels
arrow
Changes to the arrow crate
enhancement
Any new improvement worthy of a entry in the changelog
good first issue
Good for newcomers
help wanted
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Describe the solution you'd like
It has potential to improve the speed if we want to append n false
Currently, we can only do
append_slice
.If we want to append n false, the first line code can be ignored, since it only appends value if it is true
Describe alternatives you've considered
Additional context
Could be helpful for apache/datafusion#13134
The text was updated successfully, but these errors were encountered: