partial_cmp_datum

Function partial_cmp_datum 

Source
pub fn partial_cmp_datum(
    lhs: impl ToDatumRef,
    rhs: impl ToDatumRef,
    order_type: OrderType,
) -> Option<Ordering>
Expand description

Partial compare two Datums with specified order type.