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