pub fn rows_equal(a: &Row, b: &Row) -> bool
Compare two rows for equality. Returns true if both rows have the same length and all values are equal.