mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-08 15:31:57 +00:00
6 lines
178 B
Plaintext
6 lines
178 B
Plaintext
42 UInt32
|
|
Hello String
|
|
[1,2,3] Array(UInt32)
|
|
{'a':42,'b':'Hello','c':[1,2,3]}
|
|
[('a',42),('b','Hello'),('c',[1,2,3])] Array(Tuple(String, Variant(Array(UInt32), String, UInt32)))
|