RADIANS (Lakehouse v1)
Returns the argument x, converted from degrees to radians.
Analyze Syntax
Section titled “Analyze Syntax”func.radians( <x> )Analyze Examples
Section titled “Analyze Examples”func.radians(90)
┌────────────────────┐│ func.radians(90) │├────────────────────┤│ 1.5707963267948966 │└────────────────────┘SQL Syntax
Section titled “SQL Syntax”RADIANS( <x> )SQL Examples
Section titled “SQL Examples”SELECT RADIANS(90);
┌────────────────────┐│ radians(90) │├────────────────────┤│ 1.5707963267948966 │└────────────────────┘