You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/07/25 12:11:00 UTC

[jira] [Updated] (ARROW-6034) [C++][Gandiva] Add string functions in Gandiva

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

ASF GitHub Bot updated ARROW-6034:
----------------------------------
    Labels: pull-request-available  (was: )

> [C++][Gandiva] Add string functions in Gandiva
> ----------------------------------------------
>
>                 Key: ARROW-6034
>                 URL: https://issues.apache.org/jira/browse/ARROW-6034
>             Project: Apache Arrow
>          Issue Type: Task
>          Components: C++ - Gandiva
>    Affects Versions: 1.0.0
>            Reporter: Prudhvi Porandla
>            Assignee: Prudhvi Porandla
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 1.0.0
>
>
> Add following functions in Gandiva -
> substr(str, offset, len) : returns substring of length _len_ starting from _offset._ negative _offset_ is counted from string end.
> substr(str, offset) : returns substring starting from _offset._ negative _offset_ is counted from string end. 
> concat(str1, str2) : concatenate two strings
> castVARCHAR(timestamp, len) : returns timestamp string of length _len_
> convert_fromUTF8(binary): convert binary array to string



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)