Re: How can I use "C" API of arrow in other projects?

2020-07-10 Thread Dongxiao Song
yet. Sorry. > > We provide only API > reference https://arrow.apache.org/docs/c_glib/ and some > examples > https://github.com/apache/arrow/tree/master/c_glib/example > for now. > > > Thanks, > -- > kou > > In > "How can I use "C" API of

Re: How can I use "C" API of arrow in other projects?

2020-07-10 Thread Sutou Kouhei
_glib/example for now. Thanks, -- kou In "How can I use "C" API of arrow in other projects?" on Fri, 10 Jul 2020 17:14:26 +0800, 宋东晓 wrote: > Hi all, > > I’m working on a project which uses libarrow to scan and compute. > The project is implemented by

How can I use "C" API of arrow in other projects?

2020-07-10 Thread 宋东晓
Hi all, I’m working on a project which uses libarrow to scan and compute. The project is implemented by “C”, I have found that arrow contains c_glib as the API for “C” code. I can compile and install c_glib, but have no idea how to use it. My project is organized by Makefiles, do I have to writ