aboutsummaryrefslogblamecommitdiff
path: root/sql/hive/src/test/resources/golden/udf_log-1-db9dd44bf8c6225f835819a8cdf20d70
blob: 3dedfb4ddfd887e18b9e18bae26dae7fed1bba26 (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