You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2017/09/23 21:59:02 UTC

[jira] [Created] (ARROW-1600) [C++] Zero-copy Buffer constructor from std::string

Wes McKinney created ARROW-1600:
-----------------------------------

             Summary: [C++] Zero-copy Buffer constructor from std::string
                 Key: ARROW-1600
                 URL: https://issues.apache.org/jira/browse/ARROW-1600
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Wes McKinney
             Fix For: 0.8.0


There are instances where we may process an Arrow stream stored in an {{std::string}}, and there's a bit of typing to construct a {{io::BufferReader}} from an {{std::string}}, so we can make this simpler



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