pub unsafe extern "C" fn duckdb_enum_internal_type(
type_: duckdb_logical_type,
) -> duckdb_typeExpand description
Retrieves the internal storage type of an enum type.
type: The logical type object returns: The internal type of the enum type
pub unsafe extern "C" fn duckdb_enum_internal_type(
type_: duckdb_logical_type,
) -> duckdb_typeRetrieves the internal storage type of an enum type.
type: The logical type object returns: The internal type of the enum type