cmp_rows_ascending

Function cmp_rows_ascending 

Source
pub fn cmp_rows_ascending(lhs: impl Row, rhs: impl Row) -> Ordering
Expand description

Compare two rows column-by-column, assuming all columns are in ascending order. This function avoids the allocation of order_types before each call.

ยงPanics

See cmp_rows