Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Computes bitwise not. Supports Spark Connect.
Warning
Deprecated in 3.2.0. Use bitwise_not instead.
Syntax
from pyspark.databricks.sql import functions as dbf
dbf.bitwiseNOT(col=<col>)
Parameters
| Parameter | Type | Description |
|---|---|---|
col |
pyspark.sql.Column or column name |
Target column to compute on. |
Examples
See bitwise_not for examples.