ClickHouse/dbms/tests/queries/0_stateless/00918_json_simdjson_api.reference
2019-05-08 16:20:25 +03:00

17 lines
182 B
Plaintext

4
123
1
1
a
hello
hello
3
91
-100
200
300
('a','hello','b',[-100,200,300])
[-100,NULL,300]
['a','hello','b',NULL]
[(NULL,NULL,NULL),(NULL,NULL,NULL),(NULL,NULL,NULL),(-100,200,300)]