pub fn sort_by_primary_keys( rows: &mut [Vec<RowValue>], primary_keys_idx: Vec<usize>, )
Sorts a vector of rows based on the values in the specified primary key columns.