Commits


Felipe Oliveira Carvalho authored and GitHub committed 508bdaa85e1
GH-42235: [C++] list_parent_indices: Add support for list-view types (#42236) ### Rationale for this change Completing the support of list-views. ### What changes are included in this PR? Implementation of the `list_parent_indices` function for `ListViewType` and `LargeListViewType`. ### Are these changes tested? Yes, by new unit tests. ### Are there any user-facing changes? More complete support of list-views. * GitHub Issue: #42235 Lead-authored-by: Felipe Oliveira Carvalho <felipekde@gmail.com> Co-authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>