[ 
https://issues.apache.org/jira/browse/SPARK-8178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Reynold Xin updated SPARK-8178:
-------------------------------
    Description: 
quarter(timestamp): int

Returns the quarter of the year for a date, timestamp, or string in the range 1 
to 4. Example: quarter('2015-04-08') = 2.

Note that through implicit type casts, we can support date/string type as well.

  was:
quarter(string|date|timestamp): int

Returns the quarter of the year for a date, timestamp, or string in the range 1 
to 4. Example: quarter('2015-04-08') = 2.

See https://cwiki.apache.org/confluence/display/Hive/LanguageManual+UDF


> date/time function: quarter
> ---------------------------
>
>                 Key: SPARK-8178
>                 URL: https://issues.apache.org/jira/browse/SPARK-8178
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>            Reporter: Reynold Xin
>
> quarter(timestamp): int
> Returns the quarter of the year for a date, timestamp, or string in the range 
> 1 to 4. Example: quarter('2015-04-08') = 2.
> Note that through implicit type casts, we can support date/string type as 
> well.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to