Function duckdb_enum_internal_type

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

Retrieves the internal storage type of an enum type.

@param type The logical type object @return The internal type of the enum type