Function or_kleene

Source
pub fn or_kleene(
    lhs: impl AsRef<Array>,
    rhs: impl AsRef<Array>,
) -> VortexResult<Array>
Expand description

Point-wise Kleene logical or between two Boolean arrays.