aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/test/resources/golden/udf_pow-1-3c22c000c35144135aedbc7052f10803
blob: ded9d10a595ff1afe458c7957789fdc1f457229b (plain) (blame)
1
2
3
4
5
pow(x1, x2) - raise x1 to the power of x2
Synonyms: power
Example:
  > SELECT pow(2, 3) FROM src LIMIT 1;
  8