aboutsummaryrefslogblamecommitdiff
path: root/sql/hive/src/test/resources/golden/udf_pow-1-3c22c000c35144135aedbc7052f10803
blob: afc2e4462a1a8f09a273b4970b06e66bafb9d170 (plain) (tree)
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