fn render_rows(rows: &[Row]) -> String
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.