CBRT (Lakehouse v2)
Returns the cube root of a number.
Analyze Syntax
Section titled “Analyze Syntax”func.cbrt(<x>)Analyze Examples
Section titled “Analyze Examples”func.cbrt(27)
┌─────┐│ 3.0 │└─────┘SQL Syntax
Section titled “SQL Syntax”CBRT(<x>)SQL Examples
Section titled “SQL Examples”SELECT CBRT(27);
┌─────┐│ 3.0 │└─────┘