/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

  1. DESCRIBE FUNCTION sin;
  2. DESCRIBE FUNCTION EXTENDED sin;
  3. SELECT sin(null)
  4. FROM src LIMIT 1;
  5. SELECT sin(0.98), sin(1.57), sin(-0.5)
  6. FROM src LIMIT 1;