Describes the inputs and attributes of this relational expression. Each node should call super.explain, then call the org.apache.calcite.rel.externalize.RelWriterImpl#input(String, RelNode) and RelWriter#item(String, Object) methods for each input and attribute. @param pw Pl
(RelWriter pw)
| 226 | * @param pw Plan writer |
| 227 | */ |
| 228 | void explain(RelWriter pw); |
| 229 | |
| 230 | /** |
| 231 | * Returns a relational expression string of this {@code RelNode}. |
no outgoing calls