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