pub unsafe extern "C" fn duckdb_union_type_member_count(
type_: duckdb_logical_type,
) -> idx_tExpand description
Returns the number of members that the union type has.
type: The logical type (union) object returns: The number of members of a union type.