Package org.apache.calcite.plan
Class RelOptRules
java.lang.Object
org.apache.calcite.plan.RelOptRules
A utility class for organizing built-in rules and rule related
methods. Currently some rule sets are package private for serving core Calcite.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.google.common.collect.ImmutableList<RelOptRule>
Calc rule set; public so thatPrograms
can use it.static final List<RelOptRule>
-
Method Summary
-
Field Details
-
CALC_RULES
Calc rule set; public so thatPrograms
can use it. -
MATERIALIZATION_RULES
-