Sign in
apache
/
datafusion-sandbox
/
refs/heads/bash-push
/
.
/
datafusion
/
core
/
tests
/
data
/
1.json
blob: e6f360fe551bb565a9af7d836d128e261bbe7961 [
file
]
{
"a"
:
1
,
"b"
:[
2.0
,
1.3
,
-
6.1
],
"c"
:[
false
,
true
],
"d"
:
"4"
}
{
"a"
:-
10
,
"b"
:[
2.0
,
1.3
,
-
6.1
],
"c"
:[
true
,
true
],
"d"
:
"4"
}
{
"a"
:
2
,
"b"
:[
2.0
,
null
,
-
6.1
],
"c"
:[
false
,
null
],
"d"
:
"text"
}
{}