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/07/19 15:52:00 UTC

[jira] [Closed] (ARROW-1210) example does not work

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

Wes McKinney closed ARROW-1210.
-------------------------------

> example does not work
> ---------------------
>
>                 Key: ARROW-1210
>                 URL: https://issues.apache.org/jira/browse/ARROW-1210
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>            Reporter: yugu
>            Assignee: Wes McKinney
>
> being trying to write something like this
> {code:java}
> #include <arrow/api.h>
> #include <arrow/memory_pool.h>
>         struct ArrowBuilder{
>             string type;
>             ::arrow::Int64Builder i32_builder(::arrow::default_memory_pool());
>             ::arrow::DoubleBuilder d_builder(::arrow::default_memory_pool());
>             ::arrow::Int64Builder i64_builder(::arrow::default_memory_pool());
>             ::arrow::StringBuilder s_builder(::arrow::default_memory_pool());
>         };
> {code}
> kept throwing error: ‘arrow::default_memory_pool’ is not a type



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