We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace bufBuilder and bufferBuilder with the utilities (by moving them) used by compute kernels [1].
bufBuilder
bufferBuilder
The existing builders have confusing APIs and don't take advantage of Go generics like [1] does.
The list and list-view builders should use these buffer builders directly instead of using numeric array builders to build their numeric buffers.
[1] https://github.com/apache/arrow/blob/main/go/arrow/compute/internal/kernels/helpers.go#L886
Go
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the enhancement requested
Replace
bufBuilder
andbufferBuilder
with the utilities (by moving them) used by compute kernels [1].The existing builders have confusing APIs and don't take advantage of Go generics like [1] does.
The list and list-view builders should use these buffer builders directly instead of using numeric array builders to build their numeric buffers.
[1] https://github.com/apache/arrow/blob/main/go/arrow/compute/internal/kernels/helpers.go#L886
Component(s)
Go
The text was updated successfully, but these errors were encountered: