/tags/release-0.0.0-rc0/hive/external/ql/src/test/queries/clientpositive/udf_sin.q
# · text · 8 lines · 6 code · 2 blank · 0 comment · 0 complexity · 1f417aeb4b9c55cc426e20d4af6ac03d MD5 · raw file
- DESCRIBE FUNCTION sin;
- DESCRIBE FUNCTION EXTENDED sin;
- SELECT sin(null)
- FROM src LIMIT 1;
- SELECT sin(0.98), sin(1.57), sin(-0.5)
- FROM src LIMIT 1;