aboutsummaryrefslogblamecommitdiff
path: root/sql/hive/src/test/resources/golden/udf_log2-1-a79f0dce2cfc000b11a3b5299f02db56
blob: 4b856f91a7a14e4d8daab3984dea3347cdc191df (plain) (tree)
1
2
3
4



                                                
log2(x) - Returns the logarithm of x with base 2
Example:
  > SELECT log2(2) FROM src LIMIT 1;
  1