Adds an input to the explanation of the current node. @param term Term for input, e.g. "left" or "input #1". @param input Input relational expression
(String term, RelNode input)
| 54 | * @param input Input relational expression |
| 55 | */ |
| 56 | default RelWriter input(String term, RelNode input) { |
| 57 | return item(term, input); |
| 58 | } |
| 59 |
no outgoing calls