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

Retrieves the type class of a duckdb_logical_type.

type: The logical type object returns: The type id