man-group / sparrow

C++20 idiomatic APIs for the Apache Arrow Columnar Format
Apache License 2.0
15 stars 8 forks source link

Implement Arrow C struct <=> sparrow classes conversion functions #73

Open JohanMabille opened 2 months ago

JohanMabille commented 2 months ago

These functions should allow the following:

JohanMabille commented 2 weeks ago

The conversion functions transfering the ownership have been implemented in #79. The missing functions need #106 to be implemented first.