pyspark.sql.functions.bitwiseNOT¶
-
pyspark.sql.functions.
bitwiseNOT
(col)[source]¶ Computes bitwise not.
Deprecated since version 3.2.0: Use
bitwise_not()
instead.New in version 1.4.
pyspark.sql.functions.
bitwiseNOT
(col)[source]¶Computes bitwise not.
Deprecated since version 3.2.0: Use bitwise_not()
instead.
New in version 1.4.