ClickHouse/tests/queries/0_stateless/00459_group_array_insert_at.reference

26 lines
953 B
Plaintext
Raw Normal View History

2017-05-10 08:46:07 +00:00
['0','','1','','2','','3','','4','','5','','6','','7','','8','','9']
['0','-','1','-','2','-','3','-','4','-','5','-','6','-','7','-','8','-','9']
[[],[123],[0],[123],[0,1],[123],[0,1,2],[123],[0,1,2,3],[123],[0,1,2,3,4],[123],[0,1,2,3,4,5],[123],[0,1,2,3,4,5,6],[123],[0,1,2,3,4,5,6,7],[123],[0,1,2,3,4,5,6,7,8]]
0 [0]
1 [0,1]
2 [0,0,2]
3 [0,0,0,3]
4 [0,0,0,0,4]
5 [0,0,0,0,0,5]
6 [0,0,0,0,0,0,6]
7 [0,0,0,0,0,0,0,7]
8 [0,0,0,0,0,0,0,0,8]
9 [0,0,0,0,0,0,0,0,0,9]
0 0
0 ['0','-','-','-','-','-','-','-','-','-']
1 ['-','1','-','-','-','-','-','-','-','-']
2 ['-','-','2','-','-','-','-','-','-','-']
3 ['-','-','-','3','-','-','-','-','-','-']
4 ['-','-','-','-','4','-','-','-','-','-']
5 ['-','-','-','-','-','5','-','-','-','-']
6 ['-','-','-','-','-','-','6','-','-','-']
7 ['-','-','-','-','-','-','-','7','-','-']
8 ['-','-','-','-','-','-','-','-','8','-']
9 ['-','-','-','-','-','-','-','-','-','9']
10 ['-','-','-','-','-','-','-','-','-','-']