tests_fuzz::ir

Function sort_by_primary_keys

Source
pub fn sort_by_primary_keys(
    rows: &mut [Vec<RowValue>],
    primary_keys_idx: Vec<usize>,
)
Expand description

Sorts a vector of rows based on the values in the specified primary key columns.