Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
https://arrow.apache.org/docs/cpp/examples/row_columnar_conversion.html
// 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.
Attachments
Issue Links
- links to