Commits


Max Burke authored and Neville Dipale committed 7fb03c0be06
ARROW-7887: [Rust] Add date/time/duration/timestamp types to filter kernel The filter kernel was missing implementations for the temporal types (ie: date / time / duration / timestamp). Closes #6455 from maxburke/filter_temporal_types and squashes the following commits: 688edcb76 <Max Burke> Remove implementations of TimestampType::from as requested by @nevi-me 556df2d2b <Max Burke> Cargo fmt ac6b886b9 <Max Burke> Add tests for temporal type filtering, as well as missing array-from-timestamp-vector creation functionality. 2fa0623da <Max Burke> Reformat b51dd25d4 <Max Burke> Add date/time/duration/timestamp types to filter kernel Authored-by: Max Burke <max@urbanlogiq.com> Signed-off-by: Neville Dipale <nevilledips@gmail.com>