[
https://issues.apache.org/jira/browse/ARROW-1210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16085778#comment-16085778
]
yugu commented on ARROW-1210:
-----------------------------
that works! Thank you so much for the help!
> 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)