Description
DuckDB has anonymous STRUCT types, with named fields. Postgres doesn't have an equivalent type. The best we can probably do is use the ROW type. This is anonymous compound type, but the fields are not named.
Once supported we can un-exclude the STRUCT types from this test:
|
struct, |
|
struct_of_arrays, |