pub fn cmp_datum(
lhs: impl ToDatumRef,
rhs: impl ToDatumRef,
order_type: OrderType,
) -> Ordering
Expand description
Compare two Datum
s with specified order type.
ยงPanics
Panics if the data types of lhs
and rhs
are not matched.
pub fn cmp_datum(
lhs: impl ToDatumRef,
rhs: impl ToDatumRef,
order_type: OrderType,
) -> Ordering
Compare two Datum
s with specified order type.
Panics if the data types of lhs
and rhs
are not matched.