Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
complex
/
parquet
/
complex131.q
blob: 35fb74691baf59876f0bb59890c409413aa76d99 [
file
] [
log
] [
blame
]
select
mod
(
t
.
sia
[
0
],
10
)
siamod
,
max
(
t
.
sia
[
0
])
siamax
,
min
(
t
.
sia
[
1
])
siamin
,
avg
(
t
.
sia
[
2
])
siaavg
,
count
(
t
.
sia
[
3
])
siacount
from
`complex.json`
t
group
by
mod
(
t
.
sia
[
0
],
10
)
order
by
avg
(
t
.
sia
[
2
]);