Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
flatten_operators
/
2rows
/
filter7.q
blob: 027da76947069190711910e3cb84e2d94dcb183d [
file
] [
log
] [
blame
]
select
d
.
uid
,
flatten
(
d
.
map
.
rm
)
from
`data.json`
d
where
d
.
map
.
rm
[
0
].
rptd
[
0
].
a
=
'foo'
or
d
.
sub
[
1
].
z2
=
10
;