[ https://issues.apache.org/jira/browse/SPARK-51419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17933029#comment-17933029 ]
Max Gekk commented on SPARK-51419: ---------------------------------- > Max Gekk I will work on this task [~senthh] Sure, go ahead. > 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: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org