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

[Rust] Add support for take kernel functions #21810

Closed
asfimport opened this issue May 16, 2019 · 2 comments
Closed

[Rust] Add support for take kernel functions #21810

asfimport opened this issue May 16, 2019 · 2 comments

Comments

@asfimport
Copy link

Similar to https://issues.apache.org/jira/browse/ARROW-772, a take function would allow us random-access on arrays, which is useful for sorting and (potentially) filtering.

 

Reporter: Neville Dipale / @nevi-me
Assignee: Neville Dipale / @nevi-me

PRs and other links:

Note: This issue was originally created as ARROW-5351. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Neville Dipale / @nevi-me:
I've removed this from 0.14.0, there's an issue with taking from list arrays, which I'm still investigating. I might not complete it on time.

@asfimport
Copy link
Author

Neville Dipale / @nevi-me:
Issue resolved by pull request 4330
#4330

@asfimport asfimport added this to the 0.15.0 milestone Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants