You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/03/22 08:32:45 UTC

[GitHub] [arrow-rs] HaoYang670 opened a new issue #1470: Add `length` kernel support for `ListArray`

HaoYang670 opened a new issue #1470:
URL: https://github.com/apache/arrow-rs/issues/1470


   **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.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-rs] alamb closed issue #1470: Add `length` kernel support for `ListArray`

Posted by GitBox <gi...@apache.org>.
alamb closed issue #1470:
URL: https://github.com/apache/arrow-rs/issues/1470


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-rs] HaoYang670 commented on issue #1470: Add `length` kernel support for `ListArray`

Posted by GitBox <gi...@apache.org>.
HaoYang670 commented on issue #1470:
URL: https://github.com/apache/arrow-rs/issues/1470#issuecomment-1078784348


   I will create a PR this week


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org