Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
limit0
/
union_all
/
prq_union_all
/
plan
/
prqUAllprq_13.q
blob: 5c6eb25e50cc0448010e96d40e3ad681aa0f35b8 [
file
] [
log
] [
blame
]
explain plan
for
select
*
from
(
select
col_int
from
`prqUnAll_0_v`
union
all
select
col_dbl
from
`prqUnAll_1_v`
)
t limit
0
;