PageRenderTime 44ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

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

#
text | 4 lines | 3 code | 1 blank | 0 comment | 0 complexity | 53c6fedc6d5d61b82f866f2a21be210f MD5 | raw file
Possible License(s): Apache-2.0, BSD-3-Clause, JSON, CPL-1.0
  1. EXPLAIN
  2. SELECT x.* FROM SRC x SORT BY key;
  3. SELECT x.* FROM SRC x SORT BY key;