Class NodeTypeFinder

java.lang.Object
org.apache.calcite.rel.RelShuttleImpl
org.apache.drill.exec.store.elasticsearch.plan.NodeTypeFinder
All Implemented Interfaces:
org.apache.calcite.rel.RelShuttle

public class NodeTypeFinder extends org.apache.calcite.rel.RelShuttleImpl
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    boolean
     

    Fields inherited from class org.apache.calcite.rel.RelShuttleImpl

    stack
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.calcite.rel.RelNode
    visit(org.apache.calcite.rel.RelNode other)
     

    Methods inherited from class org.apache.calcite.rel.RelShuttleImpl

    visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visitChild, visitChildren

    Methods inherited from class java.lang.Object

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

    • containsNode

      public boolean containsNode
  • Constructor Details

    • NodeTypeFinder

      public NodeTypeFinder(Class<?> clazz)
  • Method Details

    • visit

      public org.apache.calcite.rel.RelNode visit(org.apache.calcite.rel.RelNode other)
      Specified by:
      visit in interface org.apache.calcite.rel.RelShuttle
      Overrides:
      visit in class org.apache.calcite.rel.RelShuttleImpl