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

Method getInputs

core/src/main/java/org/apache/calcite/rel/RelNode.java:134–134  ·  view source on GitHub ↗

Returns an array of this relational expression's inputs. If there are no inputs, returns an empty list, not null. @return Array of this relational expression's inputs

()

Source from the content-addressed store, hash-verified

132 * @return Array of this relational expression's inputs
133 */
134 @Override List<RelNode> getInputs();
135
136 /**
137 * Returns an estimate of the number of rows this relational expression will

Callers 15

isValidMethod · 0.95
testDoubleConversionMethod · 0.95
testTraitPropagationMethod · 0.95
testCombineMethod · 0.95
createJoinMethod · 0.95
createAsofJoinMethod · 0.95
dumpGraphvizMethod · 0.95
matchRecurseMethod · 0.95
getVertexParentsMethod · 0.95

Implementers 1

AbstractRelNodecore/src/main/java/org/apache/calcite/

Calls

no outgoing calls