[
https://issues.apache.org/jira/browse/PHOENIX-2060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dumindu Buddhika updated PHOENIX-2060:
--------------------------------------
Attachment: PHOENIX-2060-v1.patch
Hi [~ram_krish] here is a patch for the function. Please review when you have
time.
> 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
> Attachments: 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)