[
https://issues.apache.org/jira/browse/PHOENIX-2021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14582295#comment-14582295
]
ramkrishna.s.vasudevan commented on PHOENIX-2021:
-------------------------------------------------
[~giacomotaylor]
Do you think it is better to create two Phoenix Array from the given expression
- create a new Phoenix Array with both the elements and call the existing
toBytes to serialize it?
The changes here are bit complicated - anyway am half way in reviewing them.
[~Dumindux]
But still one problem could be to get access to that Phoenix Array from the
Array expression.
> Implement ARRAY_CAT built in function
> -------------------------------------
>
> Key: PHOENIX-2021
> URL: https://issues.apache.org/jira/browse/PHOENIX-2021
> Project: Phoenix
> Issue Type: Sub-task
> Reporter: Dumindu Buddhika
> Assignee: Dumindu Buddhika
> Attachments: PHOENIX-2021.patch
>
>
> Ex:
> ARRAY_CAT(ARRAY[2, 3, 4], ARRAY[4, 5, 6]) = ARRAY[2,3,4,4,5,6]
> ARRAY_CAT(ARRAY["a", "b"], ARRAY["c", "d"]) = ARRAY["a", "b", "c", "d"]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)