Registers any special rules specific to this kind of relational expression. The planner calls this method this first time that it sees a relational expression of this class. The derived class should call org.apache.calcite.plan.RelOptPlanner#addRule for each rule, and then call {@code su
(RelOptPlanner planner)
| 388 | * expressions |
| 389 | */ |
| 390 | void register(RelOptPlanner planner); |
| 391 | |
| 392 | /** |
| 393 | * Indicates whether it is an enforcer operator, e.g. PhysicalSort, |
no outgoing calls
no test coverage detected