Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfengHKU committed Jul 5, 2023
1 parent 2028332 commit d15e3a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/binder/bind/bind_graph_pattern.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@ void Binder::bindQueryRel(const RelPattern& relPattern,
queryRel = createRecursiveQueryRel(relPattern, tableIDs, srcNode, dstNode, directionType);
} else {
if (directionType == RelDirectionType::SINGLE) {
// We perform table ID pruning as an optimization. BOTH direction type requires a more advanced pruning logic because it does not have notion of src & dst by nature.
// We perform table ID pruning as an optimization. BOTH direction type requires a more
// advanced pruning logic because it does not have notion of src & dst by nature.
tableIDs = pruneRelTableIDs(catalog, tableIDs, *srcNode, *dstNode);
}
if (tableIDs.empty()) {
Expand Down

0 comments on commit d15e3a1

Please sign in to comment.