Function and_kleene

Source
pub fn and_kleene(lhs: &dyn Array, rhs: &dyn Array) -> VortexResult<ArrayRef>
Expand description

Point-wise Kleene logical and between two Boolean arrays.

See also BooleanOperator::AndKleene