vortex_array::compute

Trait CompareFn

Source
pub trait CompareFn {
    // Required method
    fn compare(&self, other: &Array, operator: Operator) -> VortexResult<Array>;
}

Required Methods§

Source

fn compare(&self, other: &Array, operator: Operator) -> VortexResult<Array>

Implementors§