pub fn cmp_datum(
lhs: impl ToDatumRef,
rhs: impl ToDatumRef,
order_type: OrderType,
) -> OrderingExpand description
Compare two Datums 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,
) -> OrderingCompare two Datums with specified order type.
Panics if the data types of lhs and rhs are not matched.