[ 
https://issues.apache.org/jira/browse/PHOENIX-1030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14163149#comment-14163149
 ] 

Hudson commented on PHOENIX-1030:
---------------------------------

SUCCESS: Integrated in Phoenix | 3.0 | Hadoop1 #247 (See 
[https://builds.apache.org/job/Phoenix-3.0-hadoop1/247/])
PHOENIX-1030 Change Expression.isDeterministic() to return a enum of values 
ALWAYS, PER_STATEMENT, PER_ROW (Thomas D'Silva) (jtaylor: rev 
be6d6f7a849edb5f3644610fb4eea95cf6b8c926)
* 
phoenix-core/src/main/java/org/apache/phoenix/expression/LiteralExpression.java


> Change Expression.isDeterministic() to return a enum of values ALWAYS, 
> PER_STATEMENT, PER_ROW
> ---------------------------------------------------------------------------------------------
>
>                 Key: PHOENIX-1030
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-1030
>             Project: Phoenix
>          Issue Type: Improvement
>            Reporter: Thomas D'Silva
>            Assignee: Thomas D'Silva
>             Fix For: 5.0.0, 4.2, 3.2
>
>         Attachments: PHOENIX-1030-3.0.patch, PHOENIX-1030-3.0.patch, 
> PHOENIX-1030-3.0.patch, PHOENIX-1030-3.0.patch, PHOENIX-1030-3.0.patch, 
> PHOENIX-1030-4.0.patch, PHOENIX-1030-4.0.patch, PHOENIX-1030-master.patch
>
>
> Change Expression.isDeterministic() to return an ENUM with three values
> DETERMINISTIC -  the expression returns the same output every time given the 
> same input.
> UNDETERMINISTIC_ROW - the expression should be computed for every row
> UNDETERMINISTIC_STMT - the expression should be be computed for a given 
> statement only once
> See PHOENIX-1001



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

Reply via email to