Add required methods to access inner builder for NullBufferBuilder
#7002
Labels
enhancement
Any new improvement worthy of a entry in the changelog
NullBufferBuilder
#7002
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
To replace
NullBufferBuilder
withBooleanBufferBuilder
for optimization in DataFusion , some public methods are needed to be implemented inNullBufferBuilder
withBooleanBufferBuilder
to access inner builder.Describe the solution you'd like
I would like to add methods like
BooleanBufferBuilder
:get_bit()
capacity
truncate()
Describe alternatives you've considered
Other strategies below also may access the inner builder:
Additional context
Related issue
Use NullBufferBuilder instead of BooleanBufferBuilder for creating Null masks #14115
The text was updated successfully, but these errors were encountered: