pub unsafe extern "C" fn duckdb_destroy_selection_vector(
sel: duckdb_selection_vector,
)Expand description
Destroys the selection vector and de-allocates its memory.
@param sel The selection vector.
pub unsafe extern "C" fn duckdb_destroy_selection_vector(
sel: duckdb_selection_vector,
)Destroys the selection vector and de-allocates its memory.
@param sel The selection vector.