Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.36.0
Description
The log2 function is supported in many databases, such as spark, mysql, postgres, etc.
> SELECT log2(2); 1.0
links:
https://spark.apache.org/docs/3.4.0/api/sql/index.html#log2
https://dev.mysql.com/doc/refman/8.0/en/mathematical-functions.html#function_log2