ClickHouse/tests/queries/0_stateless/01866_bit_positions_to_array.reference

45 lines
410 B
Plaintext

Int8
0 []
1 [0]
-1 [0,1,2,3,4,5,6,7]
127 [0,1,2,3,4,5,6]
-128 [7]
Int16
0 []
1 [0]
-1 [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15]
32765 [0,2,3,4,5,6,7,8,9,10,11,12,13,14]
-32768 [15]
Int32
0 []
1 [0]
Int64
0 []
1 [0]
Int128
0 []
1 [0]
Int256
0 []
1 [0]
UInt8
0 []
1 [0]
128 [7]
UInt16
0 []
1 [0]
UInt32
0 []
1 [0]
UInt64
0 []
1 [0]
UInt128
0 []
1 [0]
340282366920938463463374607431768211455 [0]
UInt256
0 []
1 [0]