aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/schema/unsorted.txt
blob: 30aeaac5b3de99363dc970578de33043d5e7d4b0 (plain) (blame)
1
2
3
4
5
6
7
8
{"a"=1; "b"=1u; "c"=0.1;    "d"="x";        "e"=%false; "f"={"a"="b";"c"="d";"e"=[0;1;2]}};
{"a"=2; "b"=2u; "c"=2.5;    "d"="xx";       "e"=%true;  "f"=0.123};
{"a"=-5;"b"=8u; "c"=10.;    "d"="xxx";                  "f"="xyz"};
{       "b"=5u;             "d"="skdjfnsdf";"e"=%false};
{};
{"a"=-5;"b"=8u; "c"=12.;    "d"="xxx";                  "f"="xyz"};
{"a"=-5;"b"=8u; "c"=10.01;  "d"="";                     "f"=%false};
{}