Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
window_functions
/
nestedAggs
/
nstdagg19.q
blob: 477f33da8ab9e12313a048400e45a3a4dbcbabbb [
file
]
SELECT c2
,
COUNT
(
AVG
(
c1
))
OVER
()
FROM
`tblWnulls.parquet`
GROUP BY c2
;