PageRenderTime 51ms CodeModel.GetById 19ms RepoModel.GetById 1ms app.codeStats 0ms

/tags/release-0.0.0-rc0/hive/external/ql/src/test/queries/clientpositive/udf_E.q

#
text | 14 lines | 10 code | 4 blank | 0 comment | 0 complexity | 73887c441a39f5981140aa839ef36f8e MD5 | raw file
Possible License(s): Apache-2.0, BSD-3-Clause, JSON, CPL-1.0
  1. explain
  2. select E() FROM src LIMIT 1;
  3. select E() FROM src LIMIT 1;
  4. DESCRIBE FUNCTION E;
  5. DESCRIBE FUNCTION EXTENDED E;
  6. explain
  7. select E() FROM src LIMIT 1;
  8. select E() FROM src LIMIT 1;
  9. DESCRIBE FUNCTION E;
  10. DESCRIBE FUNCTION EXTENDED E;