mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-12 02:23:14 +00:00
34 lines
790 B
Plaintext
34 lines
790 B
Plaintext
([0,1,2,3,4,5,6,7,8,9,10],[10,1,1,1,1,1,1,1,1,1,1]) Tuple(Array(Int32), Array(UInt64))
|
|
([1],[-49])
|
|
([1.00],[-49.00])
|
|
([0,1,2,3,4,5,6,7,8,9,10],[100,91,92,93,94,95,96,97,98,99,1]) Tuple(Array(Int32), Array(UInt64))
|
|
([1],[50])
|
|
([1.00],[50.00])
|
|
(['01234567-89ab-cdef-0123-456789abcdef'],['01111111-89ab-cdef-0123-456789abcdef'])
|
|
(['1'],['1'])
|
|
(['1'],['1'])
|
|
([1],[1])
|
|
([1],[1])
|
|
(['1970-01-02'],[1])
|
|
(['1970-01-01 03:00:01'],[1])
|
|
([1.01],[1])
|
|
(['a'],[1])
|
|
(['01234567-89ab-cdef-0123-456789abcdef'],['02222222-89ab-cdef-0123-456789abcdef'])
|
|
(['1'],['2'])
|
|
(['1'],['2'])
|
|
([1],[2])
|
|
([1],[2])
|
|
(['1970-01-02'],[2])
|
|
(['1970-01-01 03:00:01'],[2])
|
|
([1.01],[2])
|
|
(['a'],[2])
|
|
([1,2],[0,0])
|
|
([1,2],[0,0])
|
|
(['A','B'],['',''])
|
|
(['A','B'],['',''])
|
|
([],[])
|
|
([1],[[1]])
|
|
([1],[[1,2,3]])
|
|
([1],[(1,1)])
|
|
([1],[(1,3)])
|