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;