Re: Question: How to pass data between two languages interprocess without extra libraries?

2020-07-06 Thread Neal Richardson
Could you clarify what you mean by "without external libraries"? Do you mean without using pyarrow and the arrow R package? Neal On Mon, Jul 6, 2020 at 1:40 AM Fan Liya wrote: > Hi Teng, > > Arrow provides two formats for IPC between different languages: streaming > and file. > This article giv

Re: Question: How to pass data between two languages interprocess without extra libraries?

2020-07-06 Thread Fan Liya
Hi Teng, Arrow provides two formats for IPC between different languages: streaming and file. This article gives a tutorial for Java: https://arrow.apache.org/docs/java/ipc.html For other languages, it may be helpful to read the test cases. Best, Liya Fan On Sun, Jul 5, 2020 at 4:24 PM Teng Pen

Question: How to pass data between two languages interprocess without extra libraries?

2020-07-05 Thread Teng Peng
Hi dev, I have read the article "Introducing the Apache Arrow C Data Interface" and I have a questions about pass data between two languages: In the article, R library reticulate is used for sharing data between R and