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

Hudson commented on PHOENIX-953:
--------------------------------

SUCCESS: Integrated in Phoenix-master #879 (See 
[https://builds.apache.org/job/Phoenix-master/879/])
PHOENIX-953 Support UNNEST for ARRAY (maryannxue: rev 
db137dcaef2d5c7e7bfd83b3ee96f62c4c6c5700)
* phoenix-core/src/main/java/org/apache/phoenix/execute/UnnestArrayPlan.java
* phoenix-core/src/main/java/org/apache/phoenix/execute/TupleProjector.java
* phoenix-core/src/it/java/org/apache/phoenix/end2end/UnnestArrayIT.java
* phoenix-core/src/test/java/org/apache/phoenix/execute/UnnestArrayPlanTest.java


> Support UNNEST for ARRAY
> ------------------------
>
>                 Key: PHOENIX-953
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-953
>             Project: Phoenix
>          Issue Type: Sub-task
>            Reporter: James Taylor
>            Assignee: Dumindu Buddhika
>         Attachments: PHOENIX-953-v1.patch, PHOENIX-953-v2.patch, 
> PHOENIX-953-v3.patch, PHOENIX-953-v4.patch
>
>
> The UNNEST built-in function converts an array into a set of rows. This is 
> more than a built-in function, so should be considered an advanced project.
> For an example, see the following Postgres documentation: 
> http://www.postgresql.org/docs/8.4/static/functions-array.html
> http://www.anicehumble.com/2011/07/postgresql-unnest-function-do-many.html
> http://tech.valgog.com/2010/05/merging-and-manipulating-arrays-in.html
> So the UNNEST is a way of converting an array to a flattened "table" which 
> can then be filtered on, ordered, grouped, etc.



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

Reply via email to