aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/test/resources/golden/udf_log2-1-a79f0dce2cfc000b11a3b5299f02db56
blob: 579ad959cd8844580a4c3e805822a0e3ce07d6a8 (plain) (blame)
1
2
3
4
log2(x) - Returns the logarithm of x with base 2
Example:
  > SELECT log2(2) FROM src LIMIT 1;
  1