risingwave_common::types::ordered

Trait DefaultPartialOrd

source
pub trait DefaultPartialOrd: PartialEq {
    // Required method
    fn default_partial_cmp(&self, other: &Self) -> Option<Ordering>;
}

Required Methods§

source

fn default_partial_cmp(&self, other: &Self) -> Option<Ordering>

Object Safety§

This trait is not object safe.

Implementors§