You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (Jira)" <ji...@apache.org> on 2019/08/30 03:34:00 UTC

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

     [ https://issues.apache.org/jira/browse/ARROW-6371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney reassigned ARROW-6371:
-----------------------------------

    Assignee: Omer Ozarslan

> [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
>            Assignee: Omer Ozarslan
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 0.15.0
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> 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)