aboutsummaryrefslogblamecommitdiff
path: root/sql/hive/src/test/resources/golden/udf_exp-1-d10d879c74951e9a1f1717cb1a2488c6
blob: b5a4d037f4014f296fed881a737efb3889231d96 (plain) (tree)
1
2
3
4


                                    
   
exp(x) - Returns e to the power of x
Example:
   > SELECT exp(0) FROM src LIMIT 1;
  1