MCPcopy Create free account
hub / github.com/apache/calcite / getRight

Method getRight

core/src/main/java/org/apache/calcite/sql/SqlJoin.java:169–171  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

167 }
168
169 public final SqlNode getRight() {
170 return right;
171 }
172
173 public void setRight(SqlNode right) {
174 this.right = right;

Callers 15

flattenMethod · 0.95
registerFromMethod · 0.95
PermuteMethod · 0.95
populateAliasesMethod · 0.95
visitMethod · 0.95
collectAliasesMethod · 0.95
testJoinCrossCommaMethod · 0.95
correlateEliminationMethod · 0.45
unnestInternalMethod · 0.45
rewriteRelMethod · 0.45
visitJoinMethod · 0.45

Calls

no outgoing calls

Tested by 1

testJoinCrossCommaMethod · 0.76