duckdb_selection_vector

Type Alias duckdb_selection_vector 

Source
pub type duckdb_selection_vector = *mut _duckdb_selection_vector;
Expand description

! A selection vector is a vector of indices, which usually refer to values in a vector. ! Can be used to slice vectors, changing their length and the order of their entries. ! Standalone selection vectors must be destroyed.