Commits


Neville Dipale authored and Andy Grove committed 48953404629
ARROW-4155: [Rust] Implement array_ops::sum() for PrimitiveArray<T> Adds the ability to return the sum of column Author: Neville Dipale <nevilledips@gmail.com> Closes #3317 from nevi-me/rust/array-ops and squashes the following commits: bba0788 <Neville Dipale> fix if-else branch 62a91f3 <Neville Dipale> add condition to check null values on sum 9ca0034 <Neville Dipale> cargo fmt a23d240 <Neville Dipale> : Implement array_ops::sum() for PrimitiveArray<T>