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