Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
window_functions
/
aggregates
/
mtyOvrCluse_04.q
blob: 02b03417d0d4294474b560c854cc3996a9e80a8f [
file
] [
log
] [
blame
]
select
AVG
(
col_int
)
OVER
()
FROM
`smlTbl.parquet`
;