Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
json
/
kvgenflatten-nulls
/
filter16.q
blob: c6725182ecb98c4a2e9f3517a98701aca8e4ccee [
file
] [
log
] [
blame
]
select
s
.
rms
.
mapid
from
(
select
d
.
type type
,
flatten
(
d
.
map
.
rm
)
rms
from
`data.json`
d
where
d
.
map
.
rm
[
0
].
mapid
=
'm1'
)
s
where
s
.
rms
.
mapid
=
'm2'
;