Add some types from chrono #165
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
chrono
feature #167NaiveDate
andTimeDelta
fromchrono
#230chrono
feature #167chrono
feature #167NaiveDate
andTimeDelta
fromchrono
#230I had a look and I have to say... your clarity in thinking reflects in the code base.
However, it's way over my head at the moment.
Is it right that additions will be to a new
src/array/temporal.rs
, where we'd want to convert the above to -Date:
Date32Type
Time:
Time32MillisecondType
Time32SecondType
Duration:
DurationSecondType
DurationNanosecondType
DurationMillisecondType
DurationMicrosecondType
When you have time to get into this, if you can show how to implement one in each of these groups (or maybe just one overall?), I might be able to understand what's needed then and help with the remaining.
Sample code in case it helps
The text was updated successfully, but these errors were encountered: