Skip to main content

bitwise_not

Function bitwise_not 

Source
pub fn bitwise_not(column: &Column) -> Column
Expand description

Bitwise NOT of an integer/boolean column (PySpark bitwise_not / bitwiseNOT).