mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
23 lines
443 B
Plaintext
23 lines
443 B
Plaintext
a Nullable(String)
|
|
b Nullable(Int64)
|
|
a String
|
|
b Int64
|
|
Hello 111
|
|
World 123
|
|
Hello 111
|
|
World 123
|
|
c1 Nullable(Int64)
|
|
c2 Nullable(Int64)
|
|
c3 Array(Nullable(Int64))
|
|
c4 Array(Array(Nullable(String)))
|
|
a1 Int32
|
|
a2 UInt64
|
|
a3 Array(Int32)
|
|
a4 Array(Array(String))
|
|
1 2 [1,2,3] [['abc'],[],['d','e']]
|
|
1 2 [1,2,3] [['abc'],[],['d','e']]
|
|
20210129005809043707
|
|
123456789
|
|
987654321
|
|
cust_id UInt128
|