Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit cbbcca0

Browse files
author
GustavoAngulo
committed
Added rule to ruleset
1 parent c8c29e0 commit cbbcca0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/optimizer/rule.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ int Rule::Promise(GroupExpression *group_expr, OptimizeContext *context) const {
2929

3030
RuleSet::RuleSet() {
3131
AddTransformationRule(new InnerJoinCommutativity());
32+
AddTransformationRule(new InnerJoinAssociativity());
3233
AddImplementationRule(new LogicalDeleteToPhysical());
3334
AddImplementationRule(new LogicalUpdateToPhysical());
3435
AddImplementationRule(new LogicalInsertToPhysical());

0 commit comments

Comments
 (0)