Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
complex
/
json
/
complex7.q
blob: afb975345e891e8855301a20bf22bf4941538433 [
file
] [
log
] [
blame
]
select
count
(
t
.
id
),
max
(
t
.
id
),
min
(
t
.
id
),
avg
(
t
.
id
)
from
`complex.json`
t
where
t
.
nul
is
null
;