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 length kernel support for ListArray #1470

Closed
HaoYang670 opened this issue Mar 22, 2022 · 1 comment · Fixed by #1488
Closed

Add length kernel support for ListArray #1470

HaoYang670 opened this issue Mar 22, 2022 · 1 comment · Fixed by #1488
Labels
arrow Changes to the arrow crate enhancement Any new improvement worthy of a entry in the changelog

Comments

@HaoYang670
Copy link
Contributor

HaoYang670 commented Mar 22, 2022

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Currently, the length kernel only works with StringArray. It is reasonable to make it support the ListArray.

Describe the solution you'd like
it should be possible to call something like arrow::compute::length(list_array) and return an array that contains the length of all lists.

Related issue: #1464

@HaoYang670 HaoYang670 added the enhancement Any new improvement worthy of a entry in the changelog label Mar 22, 2022
@HaoYang670
Copy link
Contributor Author

I will create a PR this week

@alamb alamb added the arrow Changes to the arrow crate label Mar 31, 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

Successfully merging a pull request may close this issue.

2 participants