pub fn not<T>(array: &PrimitiveArray<T>) -> PrimitiveArray<T>where
T: NativeType + Not<Output = T>,
Available on crate feature
compute_bitwise
only.Expand description
Returns a new PrimitiveArray
with the bitwise not
.