vortex::compute

Trait OrFn

source
pub trait OrFn {
    // Required method
    fn or(&self, array: &Array) -> VortexResult<Array>;
}

Required Methods§

source

fn or(&self, array: &Array) -> VortexResult<Array>

Implementors§