RADIANS (Lakehouse v2)
Converts degrees to radians.
Analyze Syntax
Section titled “Analyze Syntax”func.radians(<x>)Analyze Examples
Section titled “Analyze Examples”func.radians(180)
┌───────────────────┐│ 3.141592653589793 │└───────────────────┘SQL Syntax
Section titled “SQL Syntax”RADIANS(<x>)SQL Examples
Section titled “SQL Examples”SELECT RADIANS(180);
┌───────────────────┐│ 3.141592653589793 │└───────────────────┘