PI (Lakehouse v2)
Returns the mathematical constant pi.
Analyze Syntax
Section titled “Analyze Syntax”func.pi()Analyze Examples
Section titled “Analyze Examples”func.pi()
┌───────────────────┐│ 3.141592653589793 │└───────────────────┘SQL Syntax
Section titled “SQL Syntax”PI()SQL Examples
Section titled “SQL Examples”SELECT PI();
┌───────────────────┐│ 3.141592653589793 │└───────────────────┘