Function arrow_arith::numeric::neg_wrapping
source ยท pub fn neg_wrapping(array: &dyn Array) -> Result<ArrayRef, ArrowError>
Expand description
Negates each element of array
, wrapping on overflow for DataType::is_integer