[
https://issues.apache.org/jira/browse/SPARK-44778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Max Gekk updated SPARK-44778:
-----------------------------
Description:
Introduce the timediff() function, which takes three arguments: unit, and two
datetime expressions, i.e.,
{code:sql}
datediff(unit, startDatetime, endDatetime)
{code}
The function can be an alias to timestampdiff().
was:
Introduce the datediff()/date_diff() function, which takes three arguments:
unit, and two datetime expressions, i.e.,
{code:sql}
datediff(unit, startDatetime, endDatetime)
{code}
The function can be an alias to timestampdiff().
> Add the `TIMEDIFF` aliases for `TIMESTAMPDIFF()`
> ------------------------------------------------
>
> Key: SPARK-44778
> URL: https://issues.apache.org/jira/browse/SPARK-44778
> Project: Spark
> Issue Type: New Feature
> Components: SQL
> Affects Versions: 4.0.0
> Reporter: Max Gekk
> Assignee: Max Gekk
> Priority: Major
>
> Introduce the timediff() function, which takes three arguments: unit, and two
> datetime expressions, i.e.,
> {code:sql}
> datediff(unit, startDatetime, endDatetime)
> {code}
> The function can be an alias to timestampdiff().
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]