vortex_array::compute

Trait MaybeCompareFn

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

Required Methods§

Source

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

Implementors§