Function or

Source
pub fn or(lhs: &dyn Array, rhs: &dyn Array) -> VortexResult<ArrayRef>
Expand description

Point-wise logical or between two Boolean arrays.

This method uses Arrow-style null propagation rather than the Kleene logic semantics.