[Chore](agg) refactor of hash map (#22958)

refactor of hash map
This commit is contained in:
Pxl
2023-08-18 17:59:30 +08:00
committed by GitHub
parent f0ad3ef244
commit 477961dc21
17 changed files with 342 additions and 566 deletions

View File

@ -125,7 +125,7 @@ void DistinctAggregationNode::_emplace_into_hash_table_to_distinct(IColumn::Sele
}
COUNTER_UPDATE(_hash_table_input_counter, num_rows);
},
_agg_data->_aggregated_method_variant);
_agg_data->method_variant);
}
} // namespace doris::vectorized