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.
pub unsafe extern "C" fn duckdb_destroy_logical_type(
type_: *mut duckdb_logical_type,
)
Destroys the logical type and de-allocates all memory allocated for that type.
@param type The logical type to destroy.