Sign in
apache
/
hive
/
trunk
/
.
/
ql
/
src
/
test
/
queries
/
positive
/
input_testxpath2.q
blob: 08abaf4fad8da3d626a6891ecf0e6f03de8ce83d [
file
]
FROM src_thrift
SELECT size
(
src_thrift
.
lint
),
size
(
src_thrift
.
lintstring
),
size
(
src_thrift
.
mstringstring
)
where
src_thrift
.
lint IS NOT NULL AND NOT
(
src_thrift
.
mstringstring IS NULL
)