You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "yugu (JIRA)" <ji...@apache.org> on 2017/07/12 21:21:00 UTC

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

yugu created ARROW-1210:
---------------------------

             Summary: 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


being trying to write something like this

{code:java}
#include <arrow/api.h>
#include <arrow/memory_pool.h>

        struct ArrowBuilder{

            string type;
            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)