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

ASF GitHub Bot commented on ARROW-1603:
---------------------------------------

GitHub user wesm opened a pull request:

    https://github.com/apache/arrow/pull/1159

    ARROW-1603: [C++] Add BinaryArray::GetString helper method

    In some applications it is useful to get values as `std::string`

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/wesm/arrow ARROW-1603

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/arrow/pull/1159.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1159
    
----
commit 1bedc6338ff54203583cd7610f51320c4ad44940
Author: Wes McKinney <[email protected]>
Date:   2017-10-04T02:25:28Z

    Add BinaryArray::GetString method
    
    Change-Id: If58e13d8b00c682396bcfa7c519f1aaef3114e75

----


> [C++] Add BinaryArray method to get a value as a std::string
> ------------------------------------------------------------
>
>                 Key: ARROW-1603
>                 URL: https://issues.apache.org/jira/browse/ARROW-1603
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Wes McKinney
>            Assignee: Wes McKinney
>              Labels: pull-request-available
>             Fix For: 0.8.0
>
>
> e.g.
> {{std::string val = arr.GetString(i);}}
> This would improve usability for libraries that work with collections of 
> std::string



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to