pub unsafe extern "C" fn duckdb_get_type_id(
type_: duckdb_logical_type,
) -> duckdb_typeExpand description
Retrieves the enum duckdb_type of a duckdb_logical_type.
@param type The logical type.
@return The duckdb_type id.
pub unsafe extern "C" fn duckdb_get_type_id(
type_: duckdb_logical_type,
) -> duckdb_typeRetrieves the enum duckdb_type of a duckdb_logical_type.
@param type The logical type.
@return The duckdb_type id.