Jonathan Couturier created PHOENIX-5216:
-------------------------------------------
Summary: ADD array unnesting support
Key: PHOENIX-5216
URL: https://issues.apache.org/jira/browse/PHOENIX-5216
Project: Phoenix
Issue Type: New Feature
Reporter: Jonathan Couturier
Should be able to unnest an array by giving the column name as parameter in the
select list
Eg: SELECT UNNEST(MY_ARRAY) FROM TABLE
should return a result set of the unnested column
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)