Function binary_boolean

Source
pub fn binary_boolean(
    lhs: &Array,
    rhs: &Array,
    op: BinaryOperator,
) -> VortexResult<Array>