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

Add dyn_xx_lit type kernels #986

Closed
matthewmturner opened this issue Nov 29, 2021 · 1 comment
Closed

Add dyn_xx_lit type kernels #986

matthewmturner opened this issue Nov 29, 2021 · 1 comment
Labels
arrow Changes to the arrow crate enhancement Any new improvement worthy of a entry in the changelog

Comments

@matthewmturner
Copy link
Contributor

In the context of adding more efficient DictionaryArray comparison kernels we discovered that we need to add dynamic typed kernels (similar to recently added dyn_eq) that can compare to a constant.

Originally posted by @alamb in #984 (comment)

@alamb alamb added arrow Changes to the arrow crate enhancement Any new improvement worthy of a entry in the changelog labels Dec 11, 2021
@alamb
Copy link
Contributor

alamb commented Jan 13, 2022

I believe this was completed (and released)

For example:
https://docs.rs/arrow/7.0.0/arrow/compute/kernels/comparison/fn.neq_dyn_scalar.html

@alamb alamb closed this as completed Jan 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate enhancement Any new improvement worthy of a entry in the changelog
Projects
None yet
Development

No branches or pull requests

2 participants