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

Expose Statically Typed Take/Filter Kernels #2967

Closed
tustvold opened this issue Oct 28, 2022 · 1 comment
Closed

Expose Statically Typed Take/Filter Kernels #2967

tustvold opened this issue Oct 28, 2022 · 1 comment
Labels
enhancement Any new improvement worthy of a entry in the changelog good first issue Good for newcomers help wanted

Comments

@tustvold
Copy link
Contributor

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

Sometimes I want to call a filter or take kernel with a known static type, and get back that type

Describe the solution you'd like

We already have specialized take_primitive, filter_primitive, etc... kernels, we should just expose these publicly

Describe alternatives you've considered

Additional context

@tustvold tustvold added enhancement Any new improvement worthy of a entry in the changelog good first issue Good for newcomers help wanted labels Oct 28, 2022
tustvold added a commit to tustvold/arrow-rs that referenced this issue Dec 9, 2022
@tustvold
Copy link
Contributor Author

tustvold commented Apr 1, 2023

An alternative would be to use trait based dispatch as described in #3999

@tustvold tustvold closed this as not planned Won't fix, can't repro, duplicate, stale Jun 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Any new improvement worthy of a entry in the changelog good first issue Good for newcomers help wanted
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant