I am trying to register a function which returns the type: STRUCT(a BIGINT NULL, b VARCHAR NULL, c BOOLEAN NULL) with the python client in duckdb. But I seem to eb getting stuck somewhere. Note - I ...
struct_cpp is a C++20, header-only, constexpr clone of Python's struct module, a fork of [karkason/cppystruct](https://github.com/karkason/cppystruct) ...