Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
flatten_operators
/
2rows
/
flatten_filter_DRILL-2146.q
blob: fd992b4c570ea1996951c7bebe2ca2738fc98f57 [
file
] [
log
] [
blame
]
select
flatten
(
j
.
batters
.
batter
)
bb
from
`DRILL-2146.json`
j
where
j
.
type
=
'donut'
;