pub unsafe extern "C" fn duckdb_enum_dictionary_size(
type_: duckdb_logical_type,
) -> u32Expand description
Retrieves the dictionary size of the enum type.
@param type The logical type object @return The dictionary size of the enum type
pub unsafe extern "C" fn duckdb_enum_dictionary_size(
type_: duckdb_logical_type,
) -> u32Retrieves the dictionary size of the enum type.
@param type The logical type object @return The dictionary size of the enum type