mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 07:32:27 +00:00
31 lines
152 B
Plaintext
31 lines
152 B
Plaintext
====array====
|
|
1
|
|
0
|
|
3
|
|
2
|
|
2
|
|
====tuple====
|
|
foo
|
|
bar
|
|
baz
|
|
1
|
|
2
|
|
42
|
|
2
|
|
2
|
|
====nullable====
|
|
0
|
|
1
|
|
0
|
|
1
|
|
2
|
|
====map====
|
|
['a','b']
|
|
['a','c']
|
|
['b','c']
|
|
[1,2]
|
|
[3,4]
|
|
[5,6]
|
|
4
|
|
4
|