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

Method getInput

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

Returns the i th input relational expression. @param i Ordinal of input @return i th input

(int i)

Source from the content-addressed store, hash-verified

109 * @return <code>i</code><sup>th</sup> input
110 */
111 RelNode getInput(int i);
112
113 /**
114 * Returns the type of the rows returned by this relational expression.

Implementers 1

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

Calls

no outgoing calls