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