fn build_rows_to_sort(
pk_weights: Option<&[u16]>,
pk_index: &UInt16Vector,
ts: &VectorRef,
sequence: &UInt64Vector,
) -> Vec<(usize, InnerKey)>
fn build_rows_to_sort(
pk_weights: Option<&[u16]>,
pk_index: &UInt16Vector,
ts: &VectorRef,
sequence: &UInt64Vector,
) -> Vec<(usize, InnerKey)>