jorgecarleitao / arrow2

Transmute-free Rust library to work with the Arrow format
Apache License 2.0
1.07k stars 221 forks source link

Add support for casting ms and us timestamp #1560

Closed brayanjuls closed 9 months ago

brayanjuls commented 10 months ago

This PR solves https://github.com/jorgecarleitao/arrow2/issues/1541

This adds the minimal changes to support casting from a utf8 or largeutf8 to timestamp using ns, ms or us time units.

brayanjuls commented 9 months ago

Closing this as I am implementing it on Polars nano-arrow