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/09/08 01:12:00 UTC

[jira] [Created] (ARROW-1488) [C++] Implement ArrayBuilder::Finish in terms of internal::ArrayData

Wes McKinney created ARROW-1488:
-----------------------------------

             Summary: [C++] Implement ArrayBuilder::Finish in terms of internal::ArrayData
                 Key: ARROW-1488
                 URL: https://issues.apache.org/jira/browse/ARROW-1488
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Wes McKinney
             Fix For: 0.8.0


In {{arrow::compute}} we will frequently be working with unboxed internal array data, so it would be useful for the builders to be able to return the internal data container. This may also simplify some code in arrow/builder.cc



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