pub fn partial_cmp_datum(
lhs: impl ToDatumRef,
rhs: impl ToDatumRef,
order_type: OrderType,
) -> Option<Ordering>
Expand description
Partial compare two Datum
s with specified order type.
pub fn partial_cmp_datum(
lhs: impl ToDatumRef,
rhs: impl ToDatumRef,
order_type: OrderType,
) -> Option<Ordering>
Partial compare two Datum
s with specified order type.