pub fn or(lhs: impl AsRef<Array>, rhs: impl AsRef<Array>) -> VortexResult<Array>
Point-wise logical or between two Boolean arrays.
This method uses Arrow-style null propagation rather than the Kleene logic semantics.