| Package | Description |
|---|---|
| org.apache.calcite.plan.volcano |
Optimizes relational expressions.
|
| 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 |
|---|---|
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) |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.