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

Method getLeft

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

Source from the content-addressed store, hash-verified

151 }
152
153 public final SqlNode getLeft() {
154 return left;
155 }
156
157 public void setLeft(SqlNode left) {
158 this.left = left;

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

Calls

no outgoing calls

Tested by 1

testJoinCrossCommaMethod · 0.76