实际上返回的也是一个back_insert_iterator 对象,所以能直接替换掉bii2。 当然了,与back 配对的就是front,back 是末尾插入,front 是头端插入,需要注意的是front_insert_iterator 的operator= 调用了 push_front 函数,故如vector 是没有实现push_front 的,不能使用front_insert_iterator ,而list 和 deque 是可以...
When i run this sql like this insert into table_a select col_a, col_b, col_c , sum(sale), sum(qty), .. from table_b group col_a, col_b, col_c then clickhouse server crash. the error message 0. /usr/bin/clickhouse-server(StackTrace::Stack...