It would be useful to have a compute function that takes a ListArray<list<type>> and an integer index n and returns an Array<type> containing the n th item from each list.
This would be useful in combination with existing functions that return list-type output, for example the string splitting functions.
Let's please ensure that this also works on fixed size list.
Reporter: Ian Cook / @ianmcook
Assignee: Percy Camilo Triveño Aucahuasi / @aucahuasi
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-12669. Please see the migration documentation for further details.