[
https://issues.apache.org/jira/browse/ARROW-6034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pindikura Ravindra resolved ARROW-6034.
---------------------------------------
Resolution: Fixed
Fix Version/s: (was: 1.0.0)
0.15.0
Issue resolved by pull request 4942
[https://github.com/apache/arrow/pull/4942]
> [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: 0.15.0
>
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> 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 as string of length _len_
> convert_fromUTF8(binary): convert binary array to string
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)