datatypes::compute::kernels::bitwise

Function bitwise_not

pub fn bitwise_not<T>(
    array: &PrimitiveArray<T>,
) -> Result<PrimitiveArray<T>, ArrowError>
where T: ArrowNumericType, <T as ArrowPrimitiveType>::Native: Not<Output = <T as ArrowPrimitiveType>::Native>,
Expand description

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