alamb opened a new issue, #3958:
URL: https://github.com/apache/arrow-rs/issues/3958

   The Arrow Spec contains an [`Interval` type (spec 
link).](https://github.com/apache/arrow/blob/eaa1a1ea74e2b37020e0133f1460cb251e5f4974/format/Schema.fbs#L363-L384)
   
   The primary usecase of this type is date/time arithmetic "now() - 1 month", 
or "2023-03-01 + 3 hours", etc
   
   The Rust implementation has some support for this type (see 
https://docs.rs/arrow/35.0.0/arrow/?search=Interval).
   
   This ticket tracks additional support for this type
   
   https://docs.rs/arrow/35.0.0/arrow/datatypes/enum.IntervalUnit.html
   
   This ticket is meant to supercede 
https://github.com/apache/arrow-rs/issues/527
   
   Features:
   - [x] Casting to/from Utf8 and Interval types
   - [ ]
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to