pub fn or_kleene(
lhs: &(dyn Array + 'static),
rhs: &(dyn Array + 'static),
) -> Result<Arc<dyn Array>, VortexError>Expand description
Point-wise Kleene logical or between two Boolean arrays.
See also BooleanOperator::OrKleene
pub fn or_kleene(
lhs: &(dyn Array + 'static),
rhs: &(dyn Array + 'static),
) -> Result<Arc<dyn Array>, VortexError>Point-wise Kleene logical or between two Boolean arrays.
See also BooleanOperator::OrKleene