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

Method getLeft

core/src/main/java/org/apache/calcite/rel/BiRel.java:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51 }
52
53 public RelNode getLeft() {
54 return left;
55 }
56
57 public RelNode getRight() {
58 return right;

Calls

no outgoing calls