Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
complex
/
json
/
complex1.q
blob: 33cd6cbf999d878e5a6eca4ebcc295668d961496 [
file
] [
log
] [
blame
]
select
count
(
t
.
id
),
max
(
t
.
id
),
min
(
t
.
id
),
avg
(
t
.
id
)
from
`complex.json`
t
;