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 efa2647 commit 41d88a4Copy full SHA for 41d88a4
ql/ql/src/queries/performance/LargeJoinOrder.ql
@@ -35,7 +35,7 @@ predicate extractInformation(
35
maxTupleCount = max(run.getCount(_)) and
36
tuples = run.getCounts() and
37
duplicationPercentages = run.getDuplicationPercentage() and
38
- ra = simple.getRA()
+ ra = simple.getPipeLine()
39
)
40
}
41
0 commit comments