|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eigenbase.relopt.volcano.RuleQueue.PhaseMatchList
private static class RuleQueue.PhaseMatchList
PhaseMatchList represents a set of rule-matches
for a particular phase of the planner's
execution
.
Field Summary | |
---|---|
(package private) List<VolcanoRuleMatch> |
list
Current list of VolcanoRuleMatches for this phase. |
(package private) MultiMap<RelSubset,VolcanoRuleMatch> |
matchMap
Multi-map of RelSubset to VolcanoRuleMatches. |
(package private) Set<String> |
names
A set of rule-match names contained in list . |
(package private) VolcanoPlannerPhase |
phase
The VolcanoPlannerPhase that this PhaseMatchList is used in. |
Constructor Summary | |
---|---|
RuleQueue.PhaseMatchList(VolcanoPlannerPhase phase)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
final VolcanoPlannerPhase phase
final List<VolcanoRuleMatch> list
final Set<String> names
list
. Allows fast
detection of duplicate rule-matches.
final MultiMap<RelSubset,VolcanoRuleMatch> matchMap
clear
the rule-match's
cached importance related RelSubset importances are modified (e.g.,
due to invocation of RuleQueue.boostImportance(Collection,
double)
).
Constructor Detail |
---|
RuleQueue.PhaseMatchList(VolcanoPlannerPhase phase)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |