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 2017/07/10 05:15:01 UTC

[jira] [Created] (ARROW-1199) [C++] Introduce mutable POD struct for generic array data

Wes McKinney created ARROW-1199:
-----------------------------------

             Summary: [C++] Introduce mutable POD struct for generic array data
                 Key: ARROW-1199
                 URL: https://issues.apache.org/jira/browse/ARROW-1199
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Wes McKinney
            Assignee: Wes McKinney
             Fix For: 0.5.0


I have a patch that introduces an {{arrow::ArrayData}} object with the "guts" of generic arrays: buffers, length, null count, offset, and their child data. The idea of this object is also to help provide a simplified mutable data transport object for data flow -style analytics



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)