Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
complex
/
json
/
complex22.q
blob: 19414d1da7d85bbea90152c49e8864bbd5c1369e [
file
] [
log
] [
blame
]
select
t
.
id
,
t
.
soa
[
0
].
`in`
,
t
.
soa
[
1
].
fl
,
t
.
soa
[
2
].
nul
,
t
.
soa
[
3
].
bool
from
`complex.json`
t order
by
t
.
id limit
10
;