Sign in
apache
/
drill-test-framework
/
refs/heads/main
/
.
/
framework
/
resources
/
Functional
/
complex
/
json
/
complex280.q
blob: 3a940939c765ae9686adbf558c6320a857b77beb [
file
]
select
count
(*)
from
(
select
t
.
soa
[
0
]
soa0
,
t
.
soa
[
1
]
soa1
,
t
.
soa
[
2
]
soa2
from
`complex.json`
t limit
200000
)
tt
;