Function vortex_array::compute::and_kleene
source ยท pub fn and_kleene(
lhs: impl AsRef<ArrayData>,
rhs: impl AsRef<ArrayData>,
) -> VortexResult<ArrayData>
Expand description
Point-wise Kleene logical and between two Boolean arrays.