Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
flatten_operators
/
2rows
/
filter10_DRILL-2012.q
blob: 6b4acc03488f8949a35a43d0c2fe66c4b8851559 [
file
] [
log
] [
blame
]
select
d
.
uid
,
flatten
(
events
),
flatten
(
transactions
)
from
`data.json`
d
where
d
.
type
=
'web'
;