Class RelOptListener.RelDiscardedEvent

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing interface:
    RelOptListener

    public static class RelOptListener.RelDiscardedEvent
    extends RelOptListener.RelEvent
    Event indicating that a relational expression has been discarded.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      RelDiscardedEvent​(java.lang.Object eventSource, RelNode rel)  
    • Method Summary

      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RelDiscardedEvent

        public RelDiscardedEvent​(java.lang.Object eventSource,
                                 RelNode rel)