PageRenderTime 67ms CodeModel.GetById 15ms RepoModel.GetById 1ms app.codeStats 0ms

/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
Possible License(s): Apache-2.0, BSD-3-Clause, JSON, CPL-1.0
  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;