MCPcopy Create free account
hub / github.com/apache/calcite / register

Method register

core/src/main/java/org/apache/calcite/rel/RelNode.java:390–390  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

388 * expressions
389 */
390 void register(RelOptPlanner planner);
391
392 /**
393 * Indicates whether it is an enforcer operator, e.g. PhysicalSort,

Callers 15

build.gradle.ktsFile · 0.65
build.gradle.ktsFile · 0.65
configureJavaCCMethod · 0.65
build.gradle.ktsFile · 0.65
BuilderMethod · 0.65
tableRefMethod · 0.65
toModificationRelMethod · 0.65
DriverClass · 0.65
convertMethod · 0.65
convertMethod · 0.65
onMatchMethod · 0.65
onMatchMethod · 0.65

Implementers 1

AbstractRelNodecore/src/main/java/org/apache/calcite/

Calls

no outgoing calls

Tested by

no test coverage detected