Commits


Neville Dipale authored and Chao Sun committed 1c1bfe8ffc0
ARROW-4386: [Rust] Temporal array support This adds support for date and time arrays Author: Neville Dipale <nevilledips@gmail.com> Closes #3726 from nevi-me/arrow-4386 and squashes the following commits: f63b0a51 <Neville Dipale> extract constants, cleanups bce7d15b <Neville Dipale> reuse some macros f2977fab <Neville Dipale> add simd mask for temporal arrays 69df3846 <Neville Dipale> format temporal values, rename functions cbe657af <Neville Dipale> fix temporal unit test 5fba10e5 <Neville Dipale> add date and time conversions, nano precision af527df6 <Neville Dipale> clean up arrays and types, add builders 60f975f9 <Neville Dipale> : Temporal array support