Class MaterializationTest.TableNameVisitor

  • Enclosing class:
    MaterializationTest

    private static class MaterializationTest.TableNameVisitor
    extends org.apache.calcite.rel.RelVisitor
    Implementation of RelVisitor to extract substituted table names.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.List<java.util.List<java.lang.String>> names  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private TableNameVisitor()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) java.util.List<java.util.List<java.lang.String>> run​(org.apache.calcite.rel.RelNode input)  
      void visit​(org.apache.calcite.rel.RelNode node, int ordinal, org.apache.calcite.rel.RelNode parent)  
      • Methods inherited from class org.apache.calcite.rel.RelVisitor

        go, replaceRoot
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • names

        private java.util.List<java.util.List<java.lang.String>> names
    • Constructor Detail

      • TableNameVisitor

        private TableNameVisitor()
    • Method Detail

      • run

        java.util.List<java.util.List<java.lang.String>> run​(org.apache.calcite.rel.RelNode input)
      • visit

        public void visit​(org.apache.calcite.rel.RelNode node,
                          int ordinal,
                          org.apache.calcite.rel.RelNode parent)
        Overrides:
        visit in class org.apache.calcite.rel.RelVisitor