Skip to content

Commit

Permalink
SonarQube feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
kcaliban committed Jan 11, 2024
1 parent 81c8a1d commit f3daf68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/engine/GroupBy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,8 @@ concept SupportedAggregates =
// the child expression of an aggregate, and subsequently processing the values
// by calling the `increment` function of the corresponding aggregate.
auto makeProcessGroupsVisitor =
[](size_t blockSize, sparqlExpression::EvaluationContext* evaluationContext,
[](size_t blockSize,
const sparqlExpression::EvaluationContext* evaluationContext,
const std::vector<size_t>& hashEntries) {
return [blockSize, evaluationContext,
&hashEntries]<sparqlExpression::SingleExpressionResult T,
Expand Down

0 comments on commit f3daf68

Please sign in to comment.