Commits


wayne authored and Andrew Lamb committed a3609dd0bd9
ARROW-10836: [Rust] Extend take kernel to FixedSizeListArray This PR add supports to `take()` on `FixedSizeListArray` by implementing following two methods: - `take_value_indices_from_fixed_size_list()`, which calculates indeces of child array for `take()`. And - `take_fixed_size_list()`, which constructs result list array. And removed a dynamic cast inside `take_value_indices_from_list()` by the way. Closes #8862 from waynexia/ARROW-10836 Authored-by: wayne <i@waynest.com> Signed-off-by: Andrew Lamb <andrew@nerdnetworks.org>