You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "James Taylor (JIRA)" <ji...@apache.org> on 2015/07/01 20:43:05 UTC

[jira] [Commented] (PHOENIX-2060) Implement ARRAY_FILL built in function

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

James Taylor commented on PHOENIX-2060:
---------------------------------------

[~ram_krish] & [~Dumindux] - there is no 4.x-HBase-1.1 branch so please make sure not to inadvertently push anything to it as we don't want it re-created. Make sure you all commits make it to the master branch, though.

> 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)