Package org.apache.storm.sql.planner
Class UnsupportedOperatorsVisitor
java.lang.Object
org.apache.calcite.sql.util.SqlBasicVisitor<org.apache.calcite.sql.SqlNode>
org.apache.calcite.sql.util.SqlShuttle
org.apache.storm.sql.planner.UnsupportedOperatorsVisitor
- All Implemented Interfaces:
- org.apache.calcite.sql.util.SqlVisitor<org.apache.calcite.sql.SqlNode>
public class UnsupportedOperatorsVisitor
extends org.apache.calcite.sql.util.SqlShuttle
- 
Nested Class SummaryNested classes/interfaces inherited from class org.apache.calcite.sql.util.SqlShuttleorg.apache.calcite.sql.util.SqlShuttle.CallCopyingArgHandler
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.calcite.sql.util.SqlShuttlevisit, visit, visit, visit, visit, visit, visit
- 
Constructor Details- 
UnsupportedOperatorsVisitorpublic UnsupportedOperatorsVisitor()
 
-