NEGATIVE (Lakehouse v2)
Returns the negation of a number.
Analyze Syntax
Section titled “Analyze Syntax”func.negative(<x>)Analyze Examples
Section titled “Analyze Examples”func.negative(5)
┌────┐│ -5 │└────┘SQL Syntax
Section titled “SQL Syntax”NEGATIVE(<x>)SQL Examples
Section titled “SQL Examples”SELECT NEGATIVE(5);
┌────┐│ -5 │└────┘