Support for casting from Utf8/String to Time32
/ Time64
#2053
Labels
arrow
Changes to the arrow crate
enhancement
Any new improvement worthy of a entry in the changelog
good first issue
Good for newcomers
help wanted
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
I would like to be able to support casting string to Time32 / Time64 so that DataFusion can support SQL statements such as
SELECT TIME '08:08:00.091' AS "T"
.Describe the solution you'd like
As described.
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: