Function duckdb_get_type_id

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

Retrieves the enum duckdb_type of a duckdb_logical_type.

@param type The logical type. @return The duckdb_type id.