Function arrow_arith::bitwise::bitwise_not

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

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