/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
- PREHOOK: query: -- Describe a list structure in a thrift table
- describe src_thrift.lint
- PREHOOK: type: DESCTABLE
- POSTHOOK: query: -- Describe a list structure in a thrift table
- describe src_thrift.lint
- POSTHOOK: type: DESCTABLE
- lint array<int> from deserializer
- PREHOOK: query: -- Describe the element of a list
- describe src_thrift.lint.$elem$
- PREHOOK: type: DESCTABLE
- POSTHOOK: query: -- Describe the element of a list
- describe src_thrift.lint.$elem$
- POSTHOOK: type: DESCTABLE
- $elem$ int from deserializer
- PREHOOK: query: -- Describe the key of a map
- describe src_thrift.mStringString.$key$
- PREHOOK: type: DESCTABLE
- POSTHOOK: query: -- Describe the key of a map
- describe src_thrift.mStringString.$key$
- POSTHOOK: type: DESCTABLE
- $key$ string from deserializer
- PREHOOK: query: -- Describe the value of a map
- describe src_thrift.mStringString.$value$
- PREHOOK: type: DESCTABLE
- POSTHOOK: query: -- Describe the value of a map
- describe src_thrift.mStringString.$value$
- POSTHOOK: type: DESCTABLE
- $value$ string from deserializer
- PREHOOK: query: -- Describe a complex element of a list
- describe src_thrift.lintString.$elem$
- PREHOOK: type: DESCTABLE
- POSTHOOK: query: -- Describe a complex element of a list
- describe src_thrift.lintString.$elem$
- POSTHOOK: type: DESCTABLE
- myint int from deserializer
- mystring string from deserializer
- underscore_int int from deserializer
- PREHOOK: query: -- Describe a member of an element of a list
- describe src_thrift.lintString.$elem$.myint
- PREHOOK: type: DESCTABLE
- POSTHOOK: query: -- Describe a member of an element of a list
- describe src_thrift.lintString.$elem$.myint
- POSTHOOK: type: DESCTABLE
- myint int from deserializer