This folder contains a meson project that links to its own copy of nanoarrow using a subproject.
To build the project:
git clone https://github.com/apache/arrow-nanoarrow.git cd arrow-nanoarrow/examples/meson-minimal meson setup builddir && cd builddir meson compile
After building, you can run the app from the build directory. The app parses command line arguments into an int32 array and prints out the resulting length (or any error encountered whilst building the array).
./example_meson_minimal_app # 1 # 2 # 3