Tanner Clary created CALCITE-6198:
-------------------------------------
Summary: Add TO_TIMESTAMP_LTZ function (enabled in Snowflake
library)
Key: CALCITE-6198
URL: https://issues.apache.org/jira/browse/CALCITE-6198
Project: Calcite
Issue Type: Improvement
Reporter: Tanner Clary
Snowflakes offers the
[{{TO_TIMESTAMP_LTZ()}}|https://docs.snowflake.com/en/sql-reference/functions/to_timestamp]
function
Example:
{{SELECT TO_TIMESTAMP_LTZ(DATE '2008-12-25}} would return "2008-12-25 15:30:00"
(of type TIMESTAMP_LTZ)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)