You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@arrow.apache.org by Simon Dumke <si...@ipp.mpg.de> on 2020/06/18 08:47:44 UTC

Java, C++, JNI & Arrow

Hi all again,

I would like to generate RecordBatches in C++ and transfer them into the 
JVM via JNI. Is this possible and/or feasible? How can I go about that? 
Are there any examples i can look into?

Many thanks and best regards,

Simon


Re: Java, C++, JNI & Arrow

Posted by Wes McKinney <we...@gmail.com>.
I suggest you look into the Gandiva internal JNI / Java details, since
it does exactly this.

On Thu, Jun 18, 2020 at 3:47 AM Simon Dumke <si...@ipp.mpg.de> wrote:
>
> Hi all again,
>
> I would like to generate RecordBatches in C++ and transfer them into the
> JVM via JNI. Is this possible and/or feasible? How can I go about that?
> Are there any examples i can look into?
>
> Many thanks and best regards,
>
> Simon
>