Function binary_numeric

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