Skip to content
New issue

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

[Go] Replace buffer builders with utilities developed for compute kernels #43

Open
felipecrv opened this issue Oct 10, 2023 · 0 comments
Labels
Type: enhancement New feature or request

Comments

@felipecrv
Copy link
Contributor

Describe the enhancement requested

Replace bufBuilder and bufferBuilder 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

@felipecrv felipecrv added the Type: enhancement New feature or request label Oct 10, 2023
@assignUser assignUser transferred this issue from apache/arrow Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant