duckdb_destroy_selection_vector

Function duckdb_destroy_selection_vector 

Source
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.