Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
complex
/
json
/
complex58.q
blob: 68b23ad6a057b534be01b091b6c9cadd12c677ce [
file
] [
log
] [
blame
]
select
t
.
gbyi
,
max
(
t
.
fl
),
min
(
t
.
fl
),
avg
(
t
.
fl
),
count
(
t
.
str
)
from
`complex.json`
t
where
t
.
bool
is
false
and
t
.
fl
>=
1000
group
by
t
.
gbyi order
by
t
.
gbyi
;