Function libduckdb_sys::duckdb_struct_type_child_count

source ·
pub unsafe extern "C" fn duckdb_struct_type_child_count(
    type_: duckdb_logical_type
) -> idx_t
Expand description

Returns the number of children of a struct type.

type: The logical type object returns: The number of children of a struct type.