PageRenderTime 42ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/tags/release-0.0.0-rc0/hive/external/ql/src/test/queries/clientnegative/uniquejoin.q

#
text | 3 lines | 2 code | 1 blank | 0 comment | 0 complexity | 04d9210ab232b6b92fc30b73a10aa04b MD5 | raw file
Possible License(s): Apache-2.0, BSD-3-Clause, JSON, CPL-1.0
  1. FROM UNIQUEJOIN (SELECT src.key from src WHERE src.key<4) a (a.key), PRESERVE src b(b.key)
  2. SELECT a.key, b.key;