PageRenderTime 33ms CodeModel.GetById 8ms RepoModel.GetById 1ms app.codeStats 0ms

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

#
text | 9 lines | 4 code | 5 blank | 0 comment | 0 complexity | 7293cbfae51a54376714eefcc7829724 MD5 | raw file
Possible License(s): Apache-2.0, BSD-3-Clause, JSON, CPL-1.0
  1. CREATE TABLE TEST10(key INT, value STRING) PARTITIONED BY(ds STRING, hr STRING) STORED AS TEXTFILE;
  2. EXPLAIN
  3. DESCRIBE TEST10;
  4. DESCRIBE TEST10;