You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2019/05/06 09:33:48 UTC

[GitHub] [calcite-avatica] ambition119 opened a new pull request #96: support from unix timestamp to string date

ambition119 opened a new pull request #96: support from unix timestamp to string date
URL: https://github.com/apache/calcite-avatica/pull/96
 
 
   Calcite support sql function UNIX_TIMESTAMP and FROM_UNIXTIME, BuiltInMethod.java info like :
   ```java
   UNIX_TIMESTAMP(DateTimeUtils.class, "unixTimestamp")
   
   FROM_UNIXTIME(DateTimeUtils.class, "fromUnixTimestamp", long.class, TimeZone.class)
   ```

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


With regards,
Apache Git Services