aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/test/resources/golden/udf_log10-1-abf1173290ef905d24d422faf7801fe3
blob: 68ce39dd2b084a2726a4e9ff2f3684d608af777e (plain) (blame)
1
2
3
4
log10(x) - Returns the logarithm of x with base 10
Example:
  > SELECT log10(10) FROM src LIMIT 1;
  1