Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-317

[C++] Implement zero-copy Slice method on arrow::Buffer that retains reference to parent

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.2.0
    • C++
    • None

    Description

      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).

      Attachments

        Activity

          People

            wesm Wes McKinney
            wesm Wes McKinney
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: