mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
17 lines
187 B
Plaintext
17 lines
187 B
Plaintext
4
|
|
Object
|
|
1
|
|
1
|
|
a
|
|
hello
|
|
hello
|
|
3
|
|
Array
|
|
-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,44)]
|