Relative Content

Tag Archive for c++apache-arrowduckdb

How to read ArrowArray using DuckDB C-API?

I’m trying to read Apache Arrow arrays using the DuckDB C-API from C++ (that is the recommendation, since the C++ API is considered internal to DuckDB), but I can’t seem to get it right. My attempt looks something like this: