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

Retrieves the value type of the given map type.

The result must be freed with duckdb_destroy_logical_type

type: The logical type object returns: The value type of the map type. Must be destroyed with duckdb_destroy_logical_type.