Skip to main content

sample_rows

Function sample_rows 

Source
pub fn sample_rows(n: u64, pad: usize) -> Vec<Row>
Expand description

Builds n rows of the sample_desc schema; payload is pad bytes wide so callers can target a byte budget (≈ n * (pad + overhead)).