Function duckdb_destroy_vector

Source
pub unsafe extern "C" fn duckdb_destroy_vector(
    vector: *mut duckdb_vector,
)
Expand description

Destroys the vector and de-allocates all memory allocated for that vector, if unused else where.