Class RelOptListener.RelEvent

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private RelNode rel  
      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      RelNode getRel()  
      • 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
    • Field Detail

    • Constructor Detail

      • RelEvent

        protected RelEvent​(java.lang.Object eventSource,
                           RelNode rel)
    • Method Detail