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 2018/09/17 14:52:00 UTC

[jira] [Created] (ARROW-3250) [C++] Create Buffer implementation that takes ownership for the memory from a std::string via std::move

Wes McKinney created ARROW-3250:
-----------------------------------

             Summary: [C++] Create Buffer implementation that takes ownership for the memory from a std::string via std::move
                 Key: ARROW-3250
                 URL: https://issues.apache.org/jira/browse/ARROW-3250
             Project: Apache Arrow
          Issue Type: New Feature
          Components: C++
            Reporter: Wes McKinney
             Fix For: 0.12.0


There are instances where it is useful to be able retain ownership to a {{std::string}} owned by another as a {{arrow::Buffer}}, so we could have an interface like {{StlStringBuffer(std::string&& input)}} and transfer the memory that way



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)