duckdb_enum_dictionary_size

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.

@param type The logical type object @return The dictionary size of the enum type