Sign in
apache
/
hive
/
trunk
/
.
/
ql
/
src
/
test
/
queries
/
clientpositive
/
plan_json.q
blob: aa2b134fe238ef680cdfe80bff3eb26c6627b4bf [
file
] [
log
] [
blame
]
--
explain plan json
:
the query gets the formatted json output of the query plan of the hive query
--
JAVA_VERSION_SPECIFIC_OUTPUT
EXPLAIN FORMATTED SELECT count
(
1
)
FROM src
;