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)