| Package | Description |
|---|---|
| org.apache.calcite.plan.volcano |
Optimizes relational expressions.
|
| org.apache.calcite.rel.metadata |
Defines metadata interfaces and utilities for relational
expressions.
|
| Class and Description |
|---|
| AbstractConverter.ExpandConversionRule
Rule which converts an
AbstractConverter into a chain of
converters from the source relation to the target traits. |
| RelSubset
Subset of an equivalence class where all relational expressions have the
same physical properties.
|
| VolcanoPlanner
VolcanoPlanner optimizes queries by transforming expressions selectively
according to a dynamic programming algorithm.
|
| VolcanoPlannerPhase
VolcanoPlannerPhase represents the phases of operation that the
VolcanoPlanner passes through during optimization of a tree of
RelNode objects. |
| VolcanoPlannerPhaseRuleMappingInitializer
VolcanoPlannerPhaseRuleMappingInitializer describes an inteface for
initializing the mapping of
VolcanoPlannerPhases to sets of rule
descriptions. |
VolcanoRuleCall
VolcanoRuleCall implements the RelOptRuleCall interface
for VolcanoPlanner. |
| Class and Description |
|---|
| RelSubset
Subset of an equivalence class where all relational expressions have the
same physical properties.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.