Returns the i th input relational expression. @param i Ordinal of input @return i th input
(int i)
| 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. |
no outgoing calls