aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/test/resources/golden/udf_sign-12-74237f5ecc497813cf9738b21647847a
blob: d888f9e9cda191bf965e6fb5ae6961de85b7bfc7 (plain) (blame)
1
2
3
4
sign(x) - returns the sign of x )
Example:
   > SELECT sign(40) FROM src LIMIT 1;
  1