Commits

Andy Grove authored 2428945c068
ARROW-3880: [Rust] Implement simple math operations for numeric arrays Author: Andy Grove <andygrove73@gmail.com> Closes #3033 from andygrove/ARROW-3880 and squashes the following commits: 17cd418 <Andy Grove> merge from master afb3518 <Andy Grove> Move min and max to array_ops 0c77c61 <Andy Grove> code cleanup f8bfb41 <Andy Grove> move comparison ops to array_ops 7a5975e <Andy Grove> Move math ops into new array_ops source file 7946142 <Andy Grove> Address PR feedback adfe4b0 <Andy Grove> merge from master and fix conflicts 5ed5f6e <Andy Grove> add comparison operations 42c68af <Andy Grove> re-implement with generics 963def6 <Andy Grove> Merge branch 'master' into ARROW-3880 729cd9a <Andy Grove> fix formatting 405c63e <Andy Grove> re-implement using macros 5876fb7 <Andy Grove> save work a2b87e2 <Andy Grove> merge from master, comment out new methods 2a43b3f <Andy Grove> merge from master 06bbc4a <Andy Grove> improve handling of divide by zero, format for rust nightly 1ea98cf <Andy Grove> Improve error handling dcad28a <Andy Grove> cargo fmt 12dc05b <Andy Grove> Implement simple math operations for numeric arrays