Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
complex
/
json
/
complex12.q
blob: f8b5b526a6ec74c7e1cc66b8ec6c29303da5d595 [
file
] [
log
] [
blame
]
select
t
.
gbyt
,
variance
(
t
.
fl
),
var_pop
(
t
.
fl
),
var_samp
(
t
.
fl
)
from
`complex.json`
t
where
t
.
nul
is
null
group
by
t
.
gbyt order
by
t
.
gbyt
;