Share via


bitwiseNOT

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.