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 2016/10/04 03:19:20 UTC

[jira] [Created] (ARROW-317) [C++] Implement zero-copy Slice method on arrow::Buffer that retains reference to parent

Wes McKinney created ARROW-317:
----------------------------------

             Summary: [C++] Implement zero-copy Slice method on arrow::Buffer that retains reference to parent
                 Key: ARROW-317
                 URL: https://issues.apache.org/jira/browse/ARROW-317
             Project: Apache Arrow
          Issue Type: New Feature
          Components: C++
            Reporter: Wes McKinney


This will help prevent referenced memory from being garbage-collected while it is referenced by other buffers (for example, in an IPC setting, where we construct Arrow vectors/arrays without copying the input memory).

Closely related to this: resizeable buffers that are referenced by other buffers should return error status when calling {{Resize}} (if possible). 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)