JuliaInterop / JuliaCall

Embed Julia in R
https://non-contradiction.github.io/JuliaCall/index.html
Other
267 stars 36 forks source link

[WIP] Exploration about arrow #117

Open Non-Contradiction opened 5 years ago

Non-Contradiction commented 5 years ago

Description

Explore the possibility of supporting arrow in JuliaCall. Need to use Arrow.jl as a dependency.

Related Issue

114 is about the efficiency of data transfer betwen Julia and R. The mechanism currently involves data copying in the transfer process. Since we have mechanisms provided by arrow and Arrow.jl, it is natural to try to figure out a no-copy mechanism in JuliaCall.

Example