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