mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-20 14:42:02 +00:00
Cleanup
This commit is contained in:
parent
61deae7105
commit
9cefb62341
@ -182,7 +182,8 @@ void AggregatingStep::transformPipeline(QueryPipelineBuilder & pipeline, const B
|
||||
Processors aggregators;
|
||||
for (size_t i = 0; i < grouping_sets_size; ++i)
|
||||
{
|
||||
Aggregator::Params params_for_set{
|
||||
Aggregator::Params params_for_set
|
||||
{
|
||||
transform_params->params.src_header,
|
||||
grouping_sets_params.grouping_sets_with_keys[i],
|
||||
transform_params->params.aggregates,
|
||||
|
Loading…
Reference in New Issue
Block a user