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
()
| 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 |
no outgoing calls