apache-arrow-glib

GLib bindings for Apache Arrow columnar data format library

brewmacoslinux
Try with needOr install directly
Source

About

GLib bindings for Apache Arrow

Commands

arrow-glib

Examples

Create and read Arrow tables using GLib in C applications$ gcc -o arrow_app app.c $(pkg-config --cflags --libs arrow-glib)
Check installed Arrow GLib version and compile flags$ pkg-config --cflags --libs --modversion arrow-glib
Verify Arrow GLib library files and headers are available$ ls $(pkg-config --variable=libdir arrow-glib) && ls $(pkg-config --variable=includedir arrow-glib)/arrow-glib