Gabriel39 commented on code in PR #11399:
URL: https://github.com/apache/doris/pull/11399#discussion_r935299622
##########
be/src/vec/exec/vaggregation_node.cpp:
##########
@@ -706,6 +706,76 @@ bool AggregationNode::_should_expand_preagg_hash_tables() {
_agg_data._aggregated_method_variant);
}
+void AggregationNode::_emplace_into_hash_table(AggregateDataPtr* places,
ColumnRawPtrs& key_columns,
Review Comment:
```suggestion
void AggregationNode::_emplace_into_hash_table(AggregateDataPtr* places,
const ColumnRawPtrs& key_columns,
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]