[][src]Function arrow::compute::kernels::arithmetic::negate

pub fn negate<T>(array: &PrimitiveArray<T>) -> Result<PrimitiveArray<T>> where
    T: ArrowSignedNumericType,
    T::Native: Neg<Output = T::Native>, 

Perform - operation on an array. If value is null then the result is also null.