You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Omer Ozarslan (Jira)" <ji...@apache.org> on 2019/08/27 19:46:00 UTC

[jira] [Created] (ARROW-6371) [Doc] Row to columnar conversion example mentions arrow::Column in comments

Omer Ozarslan created ARROW-6371:
------------------------------------

             Summary: [Doc] Row to columnar conversion example mentions arrow::Column in comments
                 Key: ARROW-6371
                 URL: https://issues.apache.org/jira/browse/ARROW-6371
             Project: Apache Arrow
          Issue Type: Bug
          Components: Documentation
            Reporter: Omer Ozarslan


https://arrow.apache.org/docs/cpp/examples/row_columnar_conversion.html

{code:cpp}
// The final representation should be an `arrow::Table` which in turn is made up of
// an `arrow::Schema` and a list of `arrow::Column`. An `arrow::Column` is again a
// named collection of one or more `arrow::Array` instances. As the first step, we
// will iterate over the data and build up the arrays incrementally.
{code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)