Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
limit0
/
aggregates
/
aggregate
/
plan
/
aggregate11.q
blob: 14703a53b0c782fd1b71def5418dfa3d89bb6c8f [
file
]
explain plan
for
select
*
from
(
select
count
(
cast
(
c_int
as
int
)),
count
(
cast
(
c_bigint
as
bigint
)),
count
(
cast
(
c_float4
as
float
)),
count
(
cast
(
c_float8
as
double
))
from
data
)
t limit
0
;