Commits

Andy Grove authored 1143942bc52
ARROW-4042: [Rust] Rename BinaryArray::get_value to value This PR makes BinaryArray consistent with PrimitiveArray (and with the C++ implementation) Author: Andy Grove <andygrove73@gmail.com> Closes #3343 from andygrove/ARROW-4042 and squashes the following commits: 861d09e <Andy Grove> Rename BinaryArray::get_value to value for consistency with PrimitiveArray