ClickHouse/tests/queries/0_stateless/01318_map_populate_series.reference
2022-02-04 14:55:09 +00:00

55 lines
1.8 KiB
Plaintext

([1],[1])
([1,2],[1,2])
([1,2,3],[1,0,2])
([1,2,3,4],[1,0,0,2])
([1,2,3,4,5],[1,0,0,0,2])
([1,2,3],[1,0,0])
([1,2,3],[1,2,0])
([1,2,3],[1,0,2])
([1,2,3],[1,0,0])
([1,2,3],[1,0,0])
([1,2,3,4,5,6,7,8,9,10],[1,0,0,0,0,0,0,0,0,0])
([1,2,3,4,5,6,7,8,9,10],[1,2,0,0,0,0,0,0,0,0])
([1,2,3,4,5,6,7,8,9,10],[1,0,2,0,0,0,0,0,0,0])
([1,2,3,4,5,6,7,8,9,10],[1,0,0,2,0,0,0,0,0,0])
([1,2,3,4,5,6,7,8,9,10],[1,0,0,0,2,0,0,0,0,0])
([1,2,3,4,5,6,7,8,9,10],[1,0,0,0,0,0,0,0,0,0])
([1,2,3,4,5,6,7,8,9,10],[1,2,0,0,0,0,0,0,0,0])
([1,2,3,4,5,6,7,8,9,10],[1,0,2,0,0,0,0,0,0,0])
([1,2,3,4,5,6,7,8,9,10],[1,0,0,2,0,0,0,0,0,0])
([1,2,3,4,5,6,7,8,9,10],[1,0,0,0,2,0,0,0,0,0])
([1,2],[1,0])
([1,2,3],[1,2,0])
([1,2,3,4],[1,0,2,0])
([1,2,3,4,5],[1,0,0,2,0])
([1,2,3,4,5,6],[1,0,0,0,2,0])
([1],[11])
([1,2],[11,22])
([1,2,3],[11,0,22])
([1,2,3,4],[11,0,0,22])
([1,2,3,4,5],[11,0,0,0,22])
([3,4],[1,2])
([3,4],[1,2])
([3,4],[1,2])
([3,4],[1,2])
([3,4],[1,2])
([],[])
([3],[1])
([3,4],[1,2])
([3,4,5],[1,2,0])
([3,4,5,6],[1,2,0,0])
([1,2],[1,1]) Tuple(Array(UInt8), Array(UInt8))
([1,2],[1,1]) Tuple(Array(UInt16), Array(UInt16))
([1,2],[1,1]) Tuple(Array(UInt32), Array(UInt32))
([1,2],[1,1]) Tuple(Array(UInt64), Array(UInt64))
([1,2],[1,1]) Tuple(Array(Int16), Array(Int16))
([1,2],[1,1]) Tuple(Array(Int16), Array(Int16))
([1,2],[1,1]) Tuple(Array(Int32), Array(Int32))
([1,2],[1,1]) Tuple(Array(Int64), Array(Int64))
([-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2],[1,0,0,0,0,0,0,0,0,0,0,0,1]) Tuple(Array(Int16), Array(Int16))
([-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2],[1,0,0,0,0,0,0,0,0,0,0,0,1]) Tuple(Array(Int16), Array(Int16))
([-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2],[1,0,0,0,0,0,0,0,0,0,0,0,1]) Tuple(Array(Int32), Array(Int32))
([-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2],[1,0,0,0,0,0,0,0,0,0,0,0,1]) Tuple(Array(Int64), Array(Int64))
([-10,-9,-8,-7,-6,-5],[1,0,0,0,0,0]) Tuple(Array(Int64), Array(Int64))
([],[])