[
https://issues.apache.org/jira/browse/SPARK-51419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17932981#comment-17932981
]
Senthil Kumar commented on SPARK-51419:
---------------------------------------
[~maxgekk] I will work on this task
> Get hour of time
> ----------------
>
> Key: SPARK-51419
> URL: https://issues.apache.org/jira/browse/SPARK-51419
> Project: Spark
> Issue Type: Sub-task
> Components: SQL
> Affects Versions: 4.1.0
> Reporter: Max Gekk
> Priority: Minor
> Labels: starter
>
> Modify the hour() function to return the hour component of a time.
> h4. Syntax
> {code:sql}
> hour(expr)
> {code}
> h4. Arguments
> expr: A TIME expression.
> h4. Returns
> An INTEGER.
> h4. Examples
> {code:sql}
> > SELECT hour(TIME'12:13:14');
> 12
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]