arrow::compute::kernels::bitwise

Function bitwise_not

pub fn bitwise_not<T>(
    array: &PrimitiveArray<T>,
) -> Result<PrimitiveArray<T>, ArrowError>
Expand description

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