SIN (Lakehouse v2)
Returns the sine of a number in radians.
Analyze Syntax
Section titled “Analyze Syntax”func.sin(<x>)Analyze Examples
Section titled “Analyze Examples”func.sin(0)
┌─────┐│ 0.0 │└─────┘SQL Syntax
Section titled “SQL Syntax”SIN(<x>)SQL Examples
Section titled “SQL Examples”SELECT SIN(0);
┌─────┐│ 0.0 │└─────┘