duckdb_destroy_logical_type

Function duckdb_destroy_logical_type 

Source
pub unsafe extern "C" fn duckdb_destroy_logical_type(
    type_: *mut duckdb_logical_type,
)
Expand description

Destroys the logical type and de-allocates all memory allocated for that type.

@param type The logical type to destroy.