ClickHouse/dbms/tests/queries/0_stateless/00918_json_functions_avx2.reference

17 lines
187 B
Plaintext
Raw Normal View History

2019-03-14 02:55:04 +00:00
4
2019-04-24 03:52:22 +00:00
Object
2019-03-14 02:55:04 +00:00
1
1
a
hello
hello
3
2019-04-24 03:52:22 +00:00
Array
2019-03-14 02:55:04 +00:00
-100
200
300
('a','hello','b',[-100,200,300])
[-100,NULL,300]
['a','hello','b',NULL]
2019-03-14 08:30:15 +00:00
[(NULL,NULL,NULL),(NULL,NULL,NULL),(NULL,NULL,NULL),(-100,200,44)]