aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/test/resources/golden/udf_ln-1-60e3541b3c703d6413869d774df9b7e4
blob: c4a1a46f93370daa9749df104cfd6cab1a1fe2a9 (plain) (blame)
1
2
3
4
ln(x) - Returns the natural logarithm of x
Example:
  > SELECT ln(1) FROM src LIMIT 1;
  0