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)

Reply via email to