PageRenderTime 47ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

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

#
text | 20 lines | 11 code | 9 blank | 0 comment | 0 complexity | ddcaa41d30fd278f01cb4591ef06730e MD5 | raw file
Possible License(s): Apache-2.0, BSD-3-Clause, JSON, CPL-1.0
  1. EXPLAIN
  2. SHOW TABLE EXTENDED IN default LIKE `src`;
  3. SHOW TABLE EXTENDED IN default LIKE `src`;
  4. SHOW TABLE EXTENDED from default LIKE `src`;
  5. SHOW TABLE EXTENDED LIKE `src`;
  6. SHOW TABLE EXTENDED LIKE `src.?`;
  7. SHOW TABLE EXTENDED from default LIKE `src.?`;
  8. SHOW TABLE EXTENDED LIKE `^s.*`;
  9. SHOW TABLE EXTENDED from default LIKE `^s.*`;
  10. SHOW TABLE EXTENDED LIKE `srcpart` PARTITION(ds='2008-04-08', hr=11);
  11. SHOW TABLE EXTENDED from default LIKE src;