pub fn cmp_rows(
lhs: impl Row,
rhs: impl Row,
order_types: &[OrderType],
) -> OrderingExpand description
Compare two Rows with specified order types.
ยงPanics
Panics if the length of lhs, rhs and order_types are not equal,
or, if the schemas of lhs and rhs are not matched.