Function vortex_array::compute::or

source ยท
pub fn or(
    lhs: impl AsRef<ArrayData>,
    rhs: impl AsRef<ArrayData>,
) -> VortexResult<ArrayData>
Expand description

Point-wise logical or between two Boolean arrays.

This method uses Arrow-style null propagation rather than the Kleene logic semantics.