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 ...
load Kaitai Struct specification (in .ksy form), compiling it into target language (in this case - Python) and importing into the engine load data files that are supposed to be parsed according to the ...