POSITIVE (Lakehouse v2)
Returns the value unchanged (unary plus).
Analyze Syntax
Section titled “Analyze Syntax”func.positive(<x>)Analyze Examples
Section titled “Analyze Examples”func.positive(-5)
┌────┐│ -5 │└────┘SQL Syntax
Section titled “SQL Syntax”POSITIVE(<x>)SQL Examples
Section titled “SQL Examples”SELECT POSITIVE(-5);
┌────┐│ -5 │└────┘