ClickHouse/tests/queries/0_stateless/01280_min_map_max_map.reference

34 lines
778 B
Plaintext
Raw Normal View History

2020-06-11 10:31:37 +00:00
([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])
2021-08-15 07:53:46 +00:00
([1],[-49])
2020-06-11 10:31:37 +00: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])
2021-08-15 07:53:46 +00:00
([1],[50])
2020-06-11 10:31:37 +00: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'],['',''])
([],[])
2021-06-15 16:29:20 +00:00
([1],[[1]])
([1],[[1,2,3]])
([1],[(1,1)])
([1],[(1,3)])