Package org.apache.calcite.plan
Class RelOptListener.RelEvent
java.lang.Object
java.util.EventObject
org.apache.calcite.plan.RelOptListener.RelEvent
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RelOptListener.RelChosenEvent
,RelOptListener.RelDiscardedEvent
,RelOptListener.RelEquivalenceEvent
,RelOptListener.RuleEvent
- Enclosing interface:
RelOptListener
Event class for abstract event dealing with a relational expression. The
source of an event is typically the RelOptPlanner which initiated it.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
RelEvent
-
-
Method Details
-
getRel
-