| Package | Description |
|---|---|
| org.apache.calcite.plan |
Defines interfaces for constructing rule-based optimizers of
relational expressions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MulticastRelOptListener.ruleProductionSucceeded(RelOptListener.RuleProductionEvent event) |
void |
RelOptListener.ruleProductionSucceeded(RelOptListener.RuleProductionEvent event)
Notifies this listener that an optimizer rule has been successfully
applied to a particular relational expression, resulting in a new
equivalent expression (relEquivalenceFound will also be called unless the
new expression is identical to an existing one).
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.