[
https://issues.apache.org/jira/browse/ARROW-3250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17660273#comment-17660273
]
Rok Mihevc commented on ARROW-3250:
-----------------------------------
This issue has been migrated to [issue
#19591|https://github.com/apache/arrow/issues/19591] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> [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 10m
> 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
(v8.20.10#820010)