paleolimbot opened a new pull request, #61:
URL: https://github.com/apache/arrow-nanoarrow/pull/61

   Just a public experiment for a possible IPC reader/writer. The general idea 
is:
   
   - Use only the Arrow C Data and C Stream interface in the public header
   - Use flatcc to handle flatbuffers IO ( https://github.com/dvidelabs/flatcc )
   - Use nanoarrow to construct/read the ArrowSchema and ArrowArray objects 
to/from flatbuffers
   
   I put this in an extensions/ subdirectory in this repo. I think that's a 
good fit...the IPC format is part of the spec, after all, and putting it in 
this repo would mean that the R and/or Python package could make use of it.
   
   Any thoughts welcome!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to