Support for extracting hours/minutes/seconds/etc. from Time32
/Time64
type in temporal kernels
#5261
Labels
Time32
/Time64
type in temporal kernels
#5261
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
In temporal kernels, only
hour
currently supportsTime32
/Time64
types:arrow-rs/arrow-arith/src/temporal.rs
Lines 187 to 216 in c578570
Note this seems to only work for
hour
and nothour_dyn
:arrow-rs/arrow-arith/src/temporal.rs
Lines 178 to 183 in c578570
Describe the solution you'd like
Be able to call the following for
Time32
/Time64
types:Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: