Trait vortex_array::compute::BinaryBooleanFn

source ·
pub trait BinaryBooleanFn<Array> {
    // Required method
    fn binary_boolean(
        &self,
        array: &Array,
        other: &ArrayData,
        op: BinaryOperator,
    ) -> VortexResult<Option<ArrayData>>;
}

Required Methods§

source

fn binary_boolean( &self, array: &Array, other: &ArrayData, op: BinaryOperator, ) -> VortexResult<Option<ArrayData>>

Implementors§