Yiyu Tian created FLINK-36862:
---------------------------------
Summary: Implement additional TO_TIMESTAMP_LTZ() functions
Key: FLINK-36862
URL: https://issues.apache.org/jira/browse/FLINK-36862
Project: Flink
Issue Type: Improvement
Reporter: Yiyu Tian
{{TO_TIMESTAMP_LTZ()}} is a very important function. However, we should
overload this function with more parameters:
{code:java}
TO_TIMESTAMP_LTZ(string1) -- Parse timestamp with default format
TO_TIMESTAMP_LTZ(string1, string2) -- Parse timestamp with custom format
TO_TIMESTAMP_LTZ(string1, string2, string3) -- Parse timestamp with format and
timezone TO_TIMESTAMP_LTZ(numeric)
{code}
{{}}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)