Skip to content

Commit

Permalink
small delete
Browse files Browse the repository at this point in the history
  • Loading branch information
czpmango committed Nov 18, 2022
1 parent 0912722 commit 477c29c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/graph/optimizer/rule/UnionAllIndexScanBaseRule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ bool UnionAllIndexScanBaseRule::match(OptContext* ctx, const MatchedResult& matc
return (constExprValue.isList() && constExprValue.getList().size() > 1) ||
(constExprValue.isSet() && constExprValue.getSet().size() > 1);
}
// auto operandsVec = graph::ExpressionUtils::getContainerExprOperands(relExpr->right());
// return operandsVec.size() > 1;
}
}

Expand Down

0 comments on commit 477c29c

Please sign in to comment.