spark函数cbrtOn this pagecbrt cbrt介绍 cbrt(expr) - 返回 expr 的立方根。 Examples: > SELECT cbrt(27.0); 3.0 Since: 1.4.0