Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
complex
/
parquet
/
complex52.q
blob: f710f85d9df868a5e921bcf2c828836cb2491d47 [
file
] [
log
] [
blame
]
select
t
.
gbyi
,
count
(
t
.
id
),
max
(
t
.
id
),
min
(
t
.
id
),
avg
(
t
.
id
)
from
`complex.json`
t
where
t
.
gbyi
<=
5
or
t
.
gbyi
>=
11
group
by
t
.
gbyi order
by
t
.
gbyi
;