pub unsafe extern "C" fn duckdb_destroy_vector(
vector: *mut duckdb_vector,
)
Expand description
Destroys the vector and de-allocates its memory.
@param vector A pointer to the vector.
pub unsafe extern "C" fn duckdb_destroy_vector(
vector: *mut duckdb_vector,
)
Destroys the vector and de-allocates its memory.
@param vector A pointer to the vector.