| Package | Description |
|---|---|
| org.apache.calcite.plan.volcano |
Optimizes relational expressions.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) VolcanoPlannerPhase |
RuleQueue.PhaseMatchList.phase
The VolcanoPlannerPhase that this PhaseMatchList is used in.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) Map<VolcanoPlannerPhase,RuleQueue.PhaseMatchList> |
RuleQueue.matchListMap
Map of
VolcanoPlannerPhase to a list of rule-matches. |
private Map<VolcanoPlannerPhase,Set<String>> |
RuleQueue.phaseRuleMapping
Maps a
VolcanoPlannerPhase to a set of rule names. |
| Modifier and Type | Method and Description |
|---|---|
static VolcanoPlannerPhase |
VolcanoPlannerPhase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VolcanoPlannerPhase[] |
VolcanoPlannerPhase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleQueue.phaseCompleted(VolcanoPlannerPhase phase)
Removes the
rule-match list for the given planner
phase. |
(package private) VolcanoRuleMatch |
RuleQueue.popMatch(VolcanoPlannerPhase phase)
Removes the rule match with the highest importance, and returns it.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ChainedPhaseRuleMappingInitializer.chainedInitialize(Map<VolcanoPlannerPhase,Set<String>> phaseRuleMap)
Extend this method to provide phase-to-rule mappings beyond what is
provided by this initializer's subordinate.
|
void |
VolcanoPlannerPhaseRuleMappingInitializer.initialize(Map<VolcanoPlannerPhase,Set<String>> phaseRuleMap)
Initializes a
VolcanoPlannerPhase-to-rule map. |
void |
ChainedPhaseRuleMappingInitializer.initialize(Map<VolcanoPlannerPhase,Set<String>> phaseRuleMap) |
| Constructor and Description |
|---|
PhaseMatchList(VolcanoPlannerPhase phase) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.