Function or

Source
pub fn or(lhs: impl AsRef<Array>, rhs: impl AsRef<Array>) -> VortexResult<Array>
Expand description

Point-wise logical or between two Boolean arrays.

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