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.

type: The logical type object returns: The internal type of the enum type