risingwave_common::types

Trait DefaultOrd

source
pub trait DefaultOrd: DefaultPartialOrd + Eq {
    // Required method
    fn default_cmp(&self, other: &Self) -> Ordering;
}
Expand description

Variant of Ord that compares with default order.

Required Methods§

source

fn default_cmp(&self, other: &Self) -> Ordering

Object Safety§

This trait is not object safe.

Implementors§