[
https://issues.apache.org/jira/browse/FLINK-36862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yiyu Tian updated FLINK-36862:
------------------------------
Description:
{{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) -- For epoch milliseconds{code}
was:
{{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) -- For epoch milliseconds{code}
> 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
> Assignee: Yiyu Tian
> Priority: Major
>
> {{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) -- For epoch milliseconds{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)