[
https://issues.apache.org/jira/browse/ARROW-3250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wes McKinney resolved ARROW-3250.
---------------------------------
Resolution: Fixed
Fix Version/s: (was: 0.12.0)
0.11.0
Issue resolved by pull request 2660
[https://github.com/apache/arrow/pull/2660]
> [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
> Assignee: Atri Sharma
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.11.0
>
> Time Spent: 2h
> Remaining Estimate: 0h
>
> 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)