Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
window_functions
/
nestedAggs
/
emtyOvrCls_7.q
blob: b41055774de7bbe5514f0959e817f0926a75c74f [
file
]
SELECT AVG
(
SUM
(
DISTINCT c1
))
OVER
(
)
FROM
`tblWnulls.parquet`
;