[
https://issues.apache.org/jira/browse/ARROW-1210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17658242#comment-17658242
]
Rok Mihevc commented on ARROW-1210:
-----------------------------------
This issue has been migrated to [issue
#16994|https://github.com/apache/arrow/issues/16994] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> 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
> Priority: Major
>
> 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
(v8.20.10#820010)