We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c1095 commit c659a48Copy full SHA for c659a48
src/include/execution/executors/aggregation_executor.h
@@ -42,7 +42,7 @@ class SimpleAggregationHashTable {
42
const std::vector<AggregationType> &agg_types)
43
: agg_exprs_{agg_exprs}, agg_types_{agg_types} {}
44
45
- /** @return The initial aggregrate value for this aggregation executor */
+ /** @return The initial aggregate value for this aggregation executor */
46
auto GenerateInitialAggregateValue() -> AggregateValue {
47
std::vector<Value> values{};
48
for (const auto &agg_type : agg_types_) {
0 commit comments