PI (Lakehouse v1)
Returns the value of π as a floating-point value.
Analyze Syntax
Section titled “Analyze Syntax”func.pi()Analyze Examples
Section titled “Analyze Examples”func.pi()
┌───────────────────┐│ func.pi() │├───────────────────┤│ 3.141592653589793 │└───────────────────┘SQL Syntax
Section titled “SQL Syntax”PI()SQL Examples
Section titled “SQL Examples”SELECT PI();
┌───────────────────┐│ pi() │├───────────────────┤│ 3.141592653589793 │└───────────────────┘