You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/01/31 22:43:09 UTC

[GitHub] [arrow] ovr edited a comment on pull request #9373: ARROW-10816: [Rust][DF] Initial support for Interval expressions

ovr edited a comment on pull request #9373:
URL: https://github.com/apache/arrow/pull/9373#issuecomment-770445969


   Wow, I found that it's possible to write
   
   ```
   select INTERVAL '1 hour 1 second 1 month';
   ```
   
   Start to work on support for it. And I found how It's implemented https://github.com/apache/arrow/blob/master/cpp/src/arrow/type.h#L1238


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org