You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "João Pedro Antunes Ferreira (Jira)" <ji...@apache.org> on 2021/04/25 14:15:00 UTC

[jira] [Updated] (ARROW-12534) [C++][Gandiva] Implement LEFT and RIGHT functions on Gandiva for string input values

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

João Pedro Antunes Ferreira updated ARROW-12534:
------------------------------------------------
    Description: 
* LEFT:  Returns the x leftmost characters of giventext;
 * RIGHT:  Returns the x rightmost characters of giventext;

  was:
* LEFT:  Returns the x leftmost characters of giventext;
 * REFT:  Returns the x rightmost characters of giventext;


> [C++][Gandiva] Implement LEFT and RIGHT functions on Gandiva for string input values
> ------------------------------------------------------------------------------------
>
>                 Key: ARROW-12534
>                 URL: https://issues.apache.org/jira/browse/ARROW-12534
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: C++ - Gandiva
>            Reporter: João Pedro Antunes Ferreira
>            Assignee: João Pedro Antunes Ferreira
>            Priority: Minor
>              Labels: pull-request-available
>
> * LEFT:  Returns the x leftmost characters of giventext;
>  * RIGHT:  Returns the x rightmost characters of giventext;



--
This message was sent by Atlassian Jira
(v8.3.4#803005)