I forgot, but this should be added in the feature matrix: https://github.com/apache/arrow/blob/master/docs/source/status.rst#c-data-interface
Thanks a lot Jorge for bringing this to completion! Best regards Antoine. Le 06/12/2020 à 17:43, Wes McKinney a écrit : > Congrats to everyone on the milestone and teamwork! > > On Sat, Dec 5, 2020 at 10:04 PM Jorge Cardoso Leitão > <[email protected]> wrote: >> >> Hi, >> >> Just to let you know that with #8401 >> <https://github.com/apache/arrow/pull/8401> merged, Rust's implementation >> has now basic support for the c data interface >> <https://arrow.apache.org/docs/format/CDataInterface.html>. >> >> This enables near zero copy between rust and other implementations, which >> strengthens the case of the interoperability between the existing >> implementations. We even have a test where we run C++ and Rust code >> together through pyarrow. >> >> Big thanks to @Antoine Pitrou <[email protected]>, @Andrew Lamb >> <[email protected]> and Jörn Horstmann for all the sparring, ideas and >> reviewing! >> >> Best, >> Jorge
