aboutsummaryrefslogblamecommitdiff
path: root/sql/hive/src/test/resources/golden/udf_log-1-db9dd44bf8c6225f835819a8cdf20d70
blob: d6bc6ebbfd2d173362f658c5880fcc596d927126 (plain) (tree)
1
2
3
4


                                                    
   
log([b], x) - Returns the logarithm of x with base b
Example:
  > SELECT log(13, 13) FROM src LIMIT 1;
  1