Sign in
apache
/
druid
/
HEAD
/
.
/
sql
/
src
/
test
/
resources
/
drill
/
window
/
queries
/
nestedAggs
/
nstdagg26.q
blob: f64877f61c4e1ad04407bc564cc9625d8d797ba9 [
file
]
SELECT count
(
count
(
distinct col7
))
over
(
PARTITION BY col7
),
col7
from
"allTypsUniq.parquet"
GROUP BY col7