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

/tags/release-0.0.0-rc0/hive/external/ql/src/test/results/clientpositive/input_part4.q.out

#
text | 24 lines | 20 code | 4 blank | 0 comment | 0 complexity | 8086070dc55143c7c7fda883424f29f2 MD5 | raw file
Possible License(s): Apache-2.0, BSD-3-Clause, JSON, CPL-1.0
  1. PREHOOK: query: EXPLAIN
  2. SELECT x.* FROM SRCPART x WHERE x.ds = '2008-04-08' and x.hr = 15
  3. PREHOOK: type: QUERY
  4. POSTHOOK: query: EXPLAIN
  5. SELECT x.* FROM SRCPART x WHERE x.ds = '2008-04-08' and x.hr = 15
  6. POSTHOOK: type: QUERY
  7. ABSTRACT SYNTAX TREE:
  8. (TOK_QUERY (TOK_FROM (TOK_TABREF (TOK_TABNAME SRCPART) x)) (TOK_INSERT (TOK_DESTINATION (TOK_DIR TOK_TMP_FILE)) (TOK_SELECT (TOK_SELEXPR (TOK_ALLCOLREF (TOK_TABNAME x)))) (TOK_WHERE (and (= (. (TOK_TABLE_OR_COL x) ds) '2008-04-08') (= (. (TOK_TABLE_OR_COL x) hr) 15)))))
  9. STAGE DEPENDENCIES:
  10. Stage-0 is a root stage
  11. STAGE PLANS:
  12. Stage: Stage-0
  13. Fetch Operator
  14. limit: -1
  15. PREHOOK: query: SELECT x.* FROM SRCPART x WHERE x.ds = '2008-04-08' and x.hr = 15
  16. PREHOOK: type: QUERY
  17. PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-00-18_841_7046192759431979801/-mr-10000
  18. POSTHOOK: query: SELECT x.* FROM SRCPART x WHERE x.ds = '2008-04-08' and x.hr = 15
  19. POSTHOOK: type: QUERY
  20. POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_16-00-18_841_7046192759431979801/-mr-10000