BITNOT (Lakehouse v2)
Returns the bitwise NOT of a numeric value.
Analyze Syntax
Section titled “Analyze Syntax”func.bitnot(<x>)Analyze Examples
Section titled “Analyze Examples”func.bitnot(0)
┌──────┐│ '-1' │└──────┘SQL Syntax
Section titled “SQL Syntax”BITNOT(<x>)SQL Examples
Section titled “SQL Examples”SELECT BITNOT(0);
┌────┐│ -1 │└────┘