Function arrow_arith::bitwise::bitwise_not
source ยท 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.