Re: [question] arrow-c-glib examples and references

2022-07-14 Thread Ivan Ogasawara
Hi @kou, > How about using Apache Arrow C++ directly instead of using > Apache Arrow C GLib? You're using C++ to implement your > language, right? (I think that you need to use C++ to use > LLVM IR.) > As I am not a llvm expert, I asked a friend and he recommended me to use the C api. I will

Re: [question] arrow-c-glib examples and references

2022-07-13 Thread Sutou Kouhei
e I could help > with the apache arrow c glib cookbook. that would be a very nice way to > learn more about that. Thanks! But I think that you don't need to use Apache Arrow C GLib... Thanks, -- kou In "Re: [question] arrow-c-glib examples and references" on Wed, 13 Jul 2022 12:

Re: [question] arrow-c-glib examples and references

2022-07-13 Thread Ivan Ogasawara
On Wed, Jul 13, 2022 at 12:48 AM Sutou Kouhei wrote: > Hi, > > Could you explain what do you want to do? > sure thing! sorry I forgot to give more details XD So basically, I am investigating the possibility to use apache arrow datatypes as native datatypes for a compiler that I am creating,

Re: [question] arrow-c-glib examples and references

2022-07-12 Thread Sutou Kouhei
Hi, Could you explain what do you want to do? (We have cookbooks for other languages but don't have cookbook for Apache Arrow C GLib yet... https://arrow.apache.org/cookbook/ ) Thanks, -- kou In "[question] arrow-c-glib examples and references" on Tue, 12 Jul 2022 22:25:42 -04

[question] arrow-c-glib examples and references

2022-07-12 Thread Ivan Ogasawara
Hi everyone! I started to play with arrow-c-glib but I am not finding too many examples of how to use that. Are there any examples about how to start with arrow-c-glib? thanks!!