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:
[email protected]


With regards,
Apache Git Services

Reply via email to