You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "ramkrishna.s.vasudevan (JIRA)" <ji...@apache.org> on 2015/07/28 08:08:04 UTC

[jira] [Resolved] (PHOENIX-2147) Implement STRING_TO_ARRAY built in function

     [ https://issues.apache.org/jira/browse/PHOENIX-2147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ramkrishna.s.vasudevan resolved PHOENIX-2147.
---------------------------------------------
       Resolution: Fixed
    Fix Version/s: 4.5.0

Pushed to master and 4.x branches.  Nice work [~Dumindux].

> Implement STRING_TO_ARRAY built in function
> -------------------------------------------
>
>                 Key: PHOENIX-2147
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-2147
>             Project: Phoenix
>          Issue Type: Sub-task
>            Reporter: Dumindu Buddhika
>            Assignee: Dumindu Buddhika
>             Fix For: 4.5.0
>
>         Attachments: PHOENIX-2147_v1.patch, PHOENIX-2147_v2.patch, PHOENIX-2147_v3.patch
>
>
> Splits string into array elements using supplied delimiter and optional null string and returns the resulting varchar array
> Example: STRING_TO_ARRAY('wx^yy^zz', '^', 'yy') → {'wx',NULL,'zz'}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)