[
https://issues.apache.org/jira/browse/PHOENIX-952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13998666#comment-13998666
]
ramkrishna.s.vasudevan commented on PHOENIX-952:
------------------------------------------------
Thanks for the review. I have followed the syntax as mentioned in the above
link. So ANY(array_name) will be a seperate node and so we don't have the LHS
of that which is the actual value that we are comparing with. That is why had
to rewrite the ComparisonExpression after the Wherecompiler combines the LHS
and the RHS.
> 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
> Fix For: 3.1, 4.1
>
> Attachments: Phoenix-932_1.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)