pyspark.sql.functions.bitwiseNOT¶
-
pyspark.sql.functions.
bitwiseNOT
(col: ColumnOrName) → pyspark.sql.column.Column¶ Computes bitwise not.
Use
bitwise_not()
instead.
pyspark.sql.functions.
bitwiseNOT
(col: ColumnOrName) → pyspark.sql.column.Column¶Computes bitwise not.
Use
bitwise_not()
instead.