Is there any util code in the project (C++ or C) that can generate the appropriate CDataInterface struct from an Arrow buffer in the IPC format? As a motivating use case, I would like to run the webassembly version of DuckDb in a browser, but feed it data from an external process that can generate arrow output. DuckDB natively supports arrow data but only using the CDataInterface.
Thanks, Naveen Michaud-Agrawal