Sign in
apache
/
datafusion-sandbox
/
refs/heads/bash-push
/
.
/
datafusion
/
core
/
tests
/
data
/
unnest.json
blob: 5999171c288669eab65fb1ba39af76f770a54f3d [
file
]
{
"a"
:
1
,
"b"
:[
2.0
,
1.3
,
-
6.1
],
"c"
:[
false
,
true
],
"d"
:{
"e"
:
1
,
"f"
:
2
}}
{
"a"
:
2
,
"b"
:[
3.0
,
2.3
,
-
7.1
],
"c"
:[
false
,
true
]}