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