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

27 lines
304 B
Plaintext
Raw Normal View History

2
2019-04-24 03:52:22 +00:00
Object
2019-03-14 02:55:04 +00:00
1
1
a
b
b
a
2019-03-14 02:55:04 +00:00
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)]
2019-05-13 13:46:19 +00:00
{"a":"hello","b":[-100,200,300],"c":{"d":[121,144]}}
"hello"
[-100,200,300]
-100
{"d":[121,144]}
[121,144]
144