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 2017/09/10 15:29:00 UTC

[jira] [Resolved] (ARROW-1512) [Docs] NumericArray has no member named 'raw_data'

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

Wes McKinney resolved ARROW-1512.
---------------------------------
    Resolution: Fixed
      Assignee: Rares Vernica

Resolved in https://github.com/apache/arrow/commit/ce623a979a3354d12918b35425c6c78e9e0c70f2

> [Docs] NumericArray has no member named 'raw_data'
> --------------------------------------------------
>
>                 Key: ARROW-1512
>                 URL: https://issues.apache.org/jira/browse/ARROW-1512
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++, Documentation
>    Affects Versions: 0.6.0
>            Reporter: Rares Vernica
>            Assignee: Rares Vernica
>            Priority: Trivial
>             Fix For: 0.7.0
>
>
> The example in the C++ docs uses a non-existing {{raw_data}} function https://arrow.apache.org/docs/cpp/index.html
> {code:java}
> // Get the pointer to the actual data
> const int64_t* data = int64_array->raw_data();
> {code}
> Trying to compile it, you get:
> {code:java}
> error: 'class arrow::NumericArray<arrow::Int64Type>' has no member named 'raw_data'
>      const int64_t* data = int64_array->raw_data();
> {code}
> The function used should be {{raw_values}}



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