arrow_arith::numeric

Function sub

Source
pub fn sub(lhs: &dyn Datum, rhs: &dyn Datum) -> Result<ArrayRef, ArrowError>
Expand description

Perform lhs - rhs, returning an error on overflow