You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "ramkrishna.s.vasudevan (JIRA)" <ji...@apache.org> on 2014/06/11 14:43:02 UTC

[jira] [Updated] (PHOENIX-952) Support ANY and ALL built-ins for ARRAYs

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

ramkrishna.s.vasudevan updated PHOENIX-952:
-------------------------------------------

    Attachment: Phoenix-952_5.patch

Updated patch.  Actually thought not to use ARRAY_ELM_REF in this but add a new node and a new expression.  Then decided not to do that(as per your suggestion). If needed can even add a new node and an expression for that and use instead of ARRAY_ELEM_REF.
The ArrayAny(All)Expression creates a loop and inside it forms a new ComparisonExpression so that the evaluate() would be able to fetch every element in the Array and then do the comparison on that. 
ArrayAllExpression is a subclass of ArrayAnyExpression and what to return as a result after comparison (true or false) is actually overridden.

> Support ANY and ALL built-ins for ARRAYs
> ----------------------------------------
>
>                 Key: PHOENIX-952
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-952
>             Project: Phoenix
>          Issue Type: Bug
>    Affects Versions: 3.0.0, 4.0.0
>            Reporter: James Taylor
>            Assignee: ramkrishna.s.vasudevan
>             Fix For: 3.1, 4.1
>
>         Attachments: Phoenix-932_1.patch, Phoenix-932_2.patch, Phoenix-952_4.patch, Phoenix-952_5.patch
>
>
> There's currently no good way to search array elements. We should support the ANY and ALL built-ins for our ARRAY type like Postgres does: http://www.postgresql.org/docs/9.1/static/arrays.html#ARRAYS-SEARCHING



--
This message was sent by Atlassian JIRA
(v6.2#6252)