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