Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
json
/
json_storage
/
drill_4578_c.q
blob: 1992c075892b9ef5b3b5752c079799cd3803f256 [
file
] [
log
] [
blame
]
select
*
from
`json_storage/employee.json`
t
where
t
.
children
is
not
null
;