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.
pub unsafe extern "C" fn duckdb_destroy_vector(
vector: *mut duckdb_vector,
)
Destroys the vector and de-allocates all memory allocated for that vector, if unused else where.