org.eigenbase.relopt.hep
Class HepInstruction.EndGroup
java.lang.Object
org.eigenbase.relopt.hep.HepInstruction
org.eigenbase.relopt.hep.HepInstruction.EndGroup
- Enclosing class:
- HepInstruction
static class HepInstruction.EndGroup
- extends HepInstruction
Field Summary |
(package private) boolean |
collecting
|
(package private) Set<RelOptRule> |
ruleSet
Actual rule set instantiated during planning by collecting grouped
rules. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ruleSet
Set<RelOptRule> ruleSet
- Actual rule set instantiated during planning by collecting grouped
rules.
collecting
boolean collecting
HepInstruction.EndGroup
HepInstruction.EndGroup()
initialize
void initialize(boolean clearCache)
- Overrides:
initialize
in class HepInstruction
execute
void execute(HepPlanner planner)
- Specified by:
execute
in class HepInstruction