PageRenderTime 36ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

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

#
text | 44 lines | 44 code | 0 blank | 0 comment | 0 complexity | 12d070240b299e49258512a090cdeca9 MD5 | raw file
Possible License(s): Apache-2.0, BSD-3-Clause, JSON, CPL-1.0
  1. PREHOOK: query: -- Describe a list structure in a thrift table
  2. describe src_thrift.lint
  3. PREHOOK: type: DESCTABLE
  4. POSTHOOK: query: -- Describe a list structure in a thrift table
  5. describe src_thrift.lint
  6. POSTHOOK: type: DESCTABLE
  7. lint array<int> from deserializer
  8. PREHOOK: query: -- Describe the element of a list
  9. describe src_thrift.lint.$elem$
  10. PREHOOK: type: DESCTABLE
  11. POSTHOOK: query: -- Describe the element of a list
  12. describe src_thrift.lint.$elem$
  13. POSTHOOK: type: DESCTABLE
  14. $elem$ int from deserializer
  15. PREHOOK: query: -- Describe the key of a map
  16. describe src_thrift.mStringString.$key$
  17. PREHOOK: type: DESCTABLE
  18. POSTHOOK: query: -- Describe the key of a map
  19. describe src_thrift.mStringString.$key$
  20. POSTHOOK: type: DESCTABLE
  21. $key$ string from deserializer
  22. PREHOOK: query: -- Describe the value of a map
  23. describe src_thrift.mStringString.$value$
  24. PREHOOK: type: DESCTABLE
  25. POSTHOOK: query: -- Describe the value of a map
  26. describe src_thrift.mStringString.$value$
  27. POSTHOOK: type: DESCTABLE
  28. $value$ string from deserializer
  29. PREHOOK: query: -- Describe a complex element of a list
  30. describe src_thrift.lintString.$elem$
  31. PREHOOK: type: DESCTABLE
  32. POSTHOOK: query: -- Describe a complex element of a list
  33. describe src_thrift.lintString.$elem$
  34. POSTHOOK: type: DESCTABLE
  35. myint int from deserializer
  36. mystring string from deserializer
  37. underscore_int int from deserializer
  38. PREHOOK: query: -- Describe a member of an element of a list
  39. describe src_thrift.lintString.$elem$.myint
  40. PREHOOK: type: DESCTABLE
  41. POSTHOOK: query: -- Describe a member of an element of a list
  42. describe src_thrift.lintString.$elem$.myint
  43. POSTHOOK: type: DESCTABLE
  44. myint int from deserializer