You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem or challenge? Please describe what you are trying to do. arrow-rs supports functions second, second_dyn, nanosecond, nanosecond_dyn, but does not microsecond, microsecond_dyn, millisecond and millisecond_dyn.
I think these features will be useful for the users who want to know specific microsecond and millisecond.
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
arrow-rs
supports functionssecond
,second_dyn
,nanosecond
,nanosecond_dyn
, but does notmicrosecond
,microsecond_dyn
,millisecond
andmillisecond_dyn
.I think these features will be useful for the users who want to know specific microsecond and millisecond.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
https://arrow.apache.org/docs/cpp/compute.html
The text was updated successfully, but these errors were encountered: