DPOW (Lakehouse v2)
Alias for POW. See POW.
Analyze Syntax
Section titled “Analyze Syntax”func.dpow(2, 10)Analyze Examples
Section titled “Analyze Examples”func.dpow(2, 10)
┌────────┐│ 1024.0 │└────────┘SQL Syntax
Section titled “SQL Syntax”DPOW(<x>)SQL Examples
Section titled “SQL Examples”SELECT DPOW(2, 10);
┌────────┐│ 1024.0 │└────────┘