Support as_datetime::<DataType::Interval~> #4969
Labels
development-process
Related to development process of arrow-rs
enhancement
Any new improvement worthy of a entry in the changelog
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
I'd like to call
as_datetime::<DataType::Interval~>
to address apache/datafusion#7097.Is it possible to return
Some(~)
, notNone
?:arrow-rs/arrow-array/src/temporal_conversions.rs
Line 216 in 03d0505
Also, is it possible to uncomment the following lines?:
arrow-rs/arrow-array/src/types.rs
Lines 299 to 301 in 03d0505
Describe the solution you'd like
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: