mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-06 14:32:22 +00:00
10 lines
180 B
Plaintext
10 lines
180 B
Plaintext
Tuple(\n i Int32,\n j Int32)
|
|
['i','j']
|
|
Tuple(UInt8, Int32)
|
|
['1','2']
|
|
Tuple(\n k UInt8,\n j Int32)
|
|
['k','j']
|
|
Tuple(Int32, Int32, Int32, Int32)
|
|
['1','2','3','4']
|
|
(1,2,3)
|