Max Gekk created SPARK-51419:
--------------------------------
Summary: 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
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]