Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
complex
/
json
/
complex285.q
blob: 4cf3e85d6dc07043000f44038b571459cefa8139 [
file
] [
log
] [
blame
]
select
tt
.
gbyi
,
sum
(
tt
.
soa0
.
`in`
+
tt
.
soa1
.
fl
*
tt
.
soa2
.
fl
)
from
(
select
t
.
gbyi gbyi
,
t
.
soa
[
0
]
soa0
,
t
.
soa
[
1
]
soa1
,
t
.
soa
[
2
]
soa2
from
`complex.json`
t
where
t
.
id
<
500000
)
tt
group
by
tt
.
gbyi order
by
tt
.
gbyi
;