ClickHouse/tests/queries/0_stateless/00498_bitwise_aggregate_functions.reference
2023-05-05 19:22:19 +08:00

13 lines
321 B
Plaintext

0 [0,4,8,12,16] 28 0 16
1 [1,5,9,13,17] 29 1 17
2 [2,6,10,14,18] 30 2 18
3 [3,7,11,15,19] 31 3 19
0 [0,-4,-8,-12,-16] -4 0 0
1 [-1,-5,-9,-13,-17] -1 -29 -17
2 [-2,-6,-10,-14,-18] -2 -30 -18
3 [-3,-7,-11,-15,-19] -3 -31 -19
0 [-10,-6,-2,2,6] -2 2 -10
1 [-9,-5,-1,3,7] -1 3 -9
2 [-8,-4,0,4,8] -4 0 8
3 [-7,-3,1,5,9] -3 1 9