E (Lakehouse v2)
Returns the mathematical constant e (Euler’s number).
Analyze Syntax
Section titled “Analyze Syntax”func.e()Analyze Examples
Section titled “Analyze Examples”func.e()
┌───────────────────┐│ 2.718281828459045 │└───────────────────┘SQL Syntax
Section titled “SQL Syntax”E()SQL Examples
Section titled “SQL Examples”SELECT E();
┌───────────────────┐│ 2.718281828459045 │└───────────────────┘