vortex_array::compute

Trait CompareFn

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

Required Methods§

Source

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

Implementors§