pub unsafe extern "C" fn duckdb_struct_type_child_count(
type_: duckdb_logical_type,
) -> idx_tExpand description
Returns the number of children of a struct type.
@param type The logical type object @return The number of children of a struct type.