Skip to content

Commit

Permalink
fixed style
Browse files Browse the repository at this point in the history
  • Loading branch information
rdowavic committed Jul 27, 2020
1 parent f6f25ce commit 26f561e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ast/transform/MaterializeAggregationQueries.cpp
Expand Up @@ -196,7 +196,8 @@ bool MaterializeAggregationQueriesTransformer::materializeAggregationQueries(
return changed;
}

bool MaterializeAggregationQueriesTransformer::needsMaterializedRelation(AstAggregator& agg, AstProgram& program) {
bool MaterializeAggregationQueriesTransformer::needsMaterializedRelation(
AstAggregator& agg, AstProgram& program) {
// everything with more than 1 body literal => materialize
int countAtoms = 0;
const AstAtom* atom = nullptr;
Expand Down

0 comments on commit 26f561e

Please sign in to comment.