risingwave_common::util::sort_util

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.