Function vortex_array::compute::and
source ยท pub fn and(
lhs: impl AsRef<ArrayData>,
rhs: impl AsRef<ArrayData>,
) -> VortexResult<ArrayData>
Expand description
Point-wise logical and between two Boolean arrays.
This method uses Arrow-style null propagation rather than the Kleene logic semantics.