Commits


Felipe Oliveira Carvalho authored and GitHub committed 62ee67616d7
GH-42116: [C++] Support list-view typed arrays in array_take and array_filter (#42117) ### Rationale for this change Completing the type coverage in array_take and array_filter. ### What changes are included in this PR? Add support for `ListView` and `LargeListView` in `"array_take"`, `"array_filter"` and all the functions that indirectly rely on these to do their thing. ### Are these changes tested? New test cases were added. * GitHub Issue: #42116 Authored-by: Felipe Oliveira Carvalho <felipekde@gmail.com> Signed-off-by: Felipe Oliveira Carvalho <felipekde@gmail.com>