I have been a user of PyArrow for the past couple years, and would like help getting my Macbook environment setup to work with Apache Arrow in C++. It's been many years since I last worked with C++ so I'll need help working with getting the libraries linked and working as well as syntax changes for C++11 and beyond.
I would like be able to run and debug and step through these examples: - https://github.com/apache /arrow/blob/master/cpp/examples/arrow/compute_and_write_csv_example.cc - https://github.com/apache /arrow/blob/master/cpp/examples/parquet/parquet_arrow/reader_writer.cc Finally, bonus points for being able to explain how the Cython/PyArrow integration works. I see the .pyx files in the source code ( https://github.com/apache/arrow/tree/master/python/pyarrow), but I do not understand how the packaging all fits together. Best, Cedric
