| Package | Description |
|---|---|
| org.apache.calcite.plan |
Defines interfaces for constructing rule-based optimizers of
relational expressions.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
RelOptListener.RuleProductionEvent
Event indicating that a planner rule has produced a result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MulticastRelOptListener.ruleAttempted(RelOptListener.RuleAttemptedEvent event) |
void |
RelOptListener.ruleAttempted(RelOptListener.RuleAttemptedEvent event)
Notifies this listener that an optimizer rule is being applied to a
particular relational expression.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.