Skip to main content

render_rows

Function render_rows 

Source
fn render_rows(rows: &[Row]) -> String
Expand description

Render peeked rows as deterministic golden text: each row’s datums joined by spaces, with the rows sorted so the output is independent of arrangement order.