pub type duckdb_selection_vector = *mut _duckdb_selection_vector;
Expand description
! A selection vector is a possibly duplicative vector of indices, which refer to values in a vector. ! The resulting vector is make up of the values at each index in the selection vector.