Function duckdb_enum_dictionary_size

Source
pub unsafe extern "C" fn duckdb_enum_dictionary_size(
    type_: duckdb_logical_type,
) -> u32
Expand description

Retrieves the dictionary size of the enum type

type: The logical type object returns: The dictionary size of the enum type