Hi,did someone has some info or even an example of reading Parquet files from D?
Parquet is part of Arrow (https://github.com/apache/arrow/). It has C and C++ headers. The C headers using GObject Introspection. Maybe that is the reason
why they look little bit different than usual C headers? I am not sure whether it makes more sense using the C++ headers,because I am not sure whether D has already that compatibility level...
Kind regards André