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.
pub fn bitwise_not<T>(
array: &PrimitiveArray<T>,
) -> Result<PrimitiveArray<T>, ArrowError>
Perform !array
operation on array. If array value is null
then the result is also null.