[
https://issues.apache.org/jira/browse/PHOENIX-1756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14380775#comment-14380775
]
Hudson commented on PHOENIX-1756:
---------------------------------
FAILURE: Integrated in Phoenix-master #636 (See
[https://builds.apache.org/job/Phoenix-master/636/])
PHOENIX-1756 Add Month() and Second() buildin functions(Alicia Ying Shu)
(rajeshbabu: rev ad9248ee54d386bd6759d0ff6c71d9ed70de8693)
*
phoenix-core/src/main/java/org/apache/phoenix/expression/function/SecondFunction.java
*
phoenix-core/src/main/java/org/apache/phoenix/expression/function/MonthFunction.java
*
phoenix-core/src/it/java/org/apache/phoenix/end2end/YearMonthSecondFunctionIT.java
* phoenix-core/src/main/java/org/apache/phoenix/expression/ExpressionType.java
> Add Month() and Second() buildin functions
> ------------------------------------------
>
> Key: PHOENIX-1756
> URL: https://issues.apache.org/jira/browse/PHOENIX-1756
> Project: Phoenix
> Issue Type: Improvement
> Reporter: Alicia Ying Shu
> Assignee: Alicia Ying Shu
> Fix For: 5.0.0, 4.4.0
>
> Attachments: Phoenix-1756-v1.patch, Phoenix-1756-v2.patch,
> Phoenix-1756.patch
>
>
> From Oracle doc: Month(date) and Second(date). Very similar to Year(date)
> buildin.
> MONTH(date) An integer from 1 to 12 representing the month
> component of date
> SECOND(time) An integer from 0 to 59 representing the second
> component of time
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)