353solutions / carrow

Go wrapper for Apache Arrow C++
https://arrow.apache.org/
BSD 3-Clause "New" or "Revised" License
15 stars 0 forks source link

Organize C++ code #57

Open tebeka opened 4 years ago

tebeka commented 4 years ago

Move all C++ code to a directory (lib?) and build the .a from there. Have a single api.h header file.

tebeka commented 4 years ago

Also maybe have internal package to all the low level C++ interchange