Commits


Tyrel Rink authored and Jorge C. Leitao committed 2fd5857c625
ARROW-11270: [Rust] Array slice accessors Using an approach similar to ARROW-10989, migrate typed array API's to use slices where they can. This impacts the API of GenericBinaryArray<>, GenericListArray<>, GenericStringArray<> This also enables bounds checking in every value() function on each of the above arrays, with an unsafe value_unchecked() provided for callers willing to do their own bounds-checking. Closes #9215 from tyrelr/array_slice_accessors Authored-by: Tyrel Rink <44035897+tyrelr@users.noreply.github.com> Signed-off-by: Jorge C. Leitao <jorgecarleitao@gmail.com>