PageRenderTime 25ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/tags/release-0.1-rc2/hive/external/ql/src/test/queries/positive/sample6.q

#
text | 3 lines | 3 code | 0 blank | 0 comment | 0 complexity | 92aa65e682667ecfcdfd43c671088eb0 MD5 | raw file
Possible License(s): Apache-2.0, BSD-3-Clause, JSON, CPL-1.0
  1. -- both input pruning and sample filter
  2. INSERT OVERWRITE TABLE dest1 SELECT s.*
  3. FROM srcbucket TABLESAMPLE (BUCKET 1 OUT OF 4 on key) s