Class AbstractSingleNode<T extends SingleRel>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected T rel  
      protected Sink sink  
      protected Source source  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apache.calcite.interpreter.Node

        run
    • Field Detail

      • source

        protected final Source source
      • sink

        protected final Sink sink
    • Constructor Detail

      • AbstractSingleNode

        AbstractSingleNode​(Compiler compiler,
                           T rel)