[
https://issues.apache.org/jira/browse/PHOENIX-2060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14611513#comment-14611513
]
ramkrishna.s.vasudevan commented on PHOENIX-2060:
-------------------------------------------------
Pushed to 4.x-branch-1.0 and 4.x-branch-0.98.
Thanks for the information James. I got confused seeing another comment that
this new built in functions are needed in 4.x - I thought it is needed for 1.1
also.
> Implement ARRAY_FILL built in function
> --------------------------------------
>
> Key: PHOENIX-2060
> URL: https://issues.apache.org/jira/browse/PHOENIX-2060
> Project: Phoenix
> Issue Type: Sub-task
> Reporter: Dumindu Buddhika
> Assignee: Dumindu Buddhika
> Fix For: 4.5.0
>
> Attachments: PHOENIX-2060-4.x-HBase-0.98.patch,
> PHOENIX-2060-4.x-HBase-1.0.patch, PHOENIX-2060-4.x-HBase-1.1.patch,
> PHOENIX-2060-v1.patch
>
>
> ARRAY_FILL(element, length) - Returns an array initialized with supplied
> value and length.
> Eg:
> ARRAY_FILL(4, 5) -> ARRAY[4, 4, 4, 4, 4]
> ARRAY_FILL("a", 3) -> ARRAY"a", "a", "a"]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)