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

Method getInputs

core/src/main/java/org/apache/calcite/rel/core/SetOp.java:104–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102 }
103
104 @Override public List<RelNode> getInputs() {
105 return inputs;
106 }
107
108 @Override public RelWriter explainTerms(RelWriter pw) {
109 super.explainTerms(pw);

Callers 8

convertMethod · 0.95
isHomogeneousMethod · 0.95
matchesMethod · 0.95
onMatchMethod · 0.95
matchMethod · 0.95
onMatchMethod · 0.95
onMatchMethod · 0.95
onMatchMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected