Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
flatten_operators
/
2rows
/
filter2.q
blob: 469281bdc2a872417910f169868a1f1f15d64740 [
file
] [
log
] [
blame
]
select
uid_str
,
flatten
(
events
)
from
`data.json`
where
uid
=
1
;