pub fn extent_rows(data: &[Row], field: &str) -> Option<(f64, f64)>
Compute the extent (min, max) of a numeric field across rows.