pub fn sample_rows_from(start: u64, n: u64, pad: usize) -> Vec<Row>Expand description
Like sample_rows, but ids run start..start + n. Successive batches with
disjoint id ranges produce distinct rows that never consolidate with each
other, so a downstream count equals the total rows written.