Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
json
/
kvgenflatten-nulls
/
filter24.q
blob: 6420af56756342300008dacee6e18a091b131cce [
file
] [
log
] [
blame
]
select
*
from
(
select
d
.
type type
,
flatten
(
d
.
events
)
evnts
,
flatten
(
d
.
features
)
feats
from
`data.json`
d
)
s
where
s
.
evnts
.
type
=
s
.
feats
.
type
;