Class UnsupportedOperatorsVisitor

java.lang.Object
org.apache.calcite.sql.util.SqlBasicVisitor<org.apache.calcite.sql.SqlNode>
org.apache.calcite.sql.util.SqlShuttle
org.apache.drill.exec.planner.sql.parser.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 Summary

    Nested classes/interfaces inherited from class org.apache.calcite.sql.util.SqlShuttle

    org.apache.calcite.sql.util.SqlShuttle.CallCopyingArgHandler

    Nested classes/interfaces inherited from class org.apache.calcite.sql.util.SqlBasicVisitor

    org.apache.calcite.sql.util.SqlBasicVisitor.ArgHandler<R extends Object>, org.apache.calcite.sql.util.SqlBasicVisitor.ArgHandlerImpl<R extends Object>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
     
    org.apache.calcite.sql.SqlNode
    visit(org.apache.calcite.sql.SqlCall sqlCall)
     
    org.apache.calcite.sql.SqlNode
    visit(org.apache.calcite.sql.SqlDataTypeSpec type)
     

    Methods inherited from class org.apache.calcite.sql.util.SqlShuttle

    visit, visit, visit, visit, visit

    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.sql.util.SqlVisitor

    visitNode
  • Method Details

    • createVisitor

      public static UnsupportedOperatorsVisitor createVisitor(QueryContext context)
    • convertException

      public void convertException() throws SqlUnsupportedException
      Throws:
      SqlUnsupportedException
    • visit

      public org.apache.calcite.sql.SqlNode visit(org.apache.calcite.sql.SqlDataTypeSpec type)
      Specified by:
      visit in interface org.apache.calcite.sql.util.SqlVisitor<org.apache.calcite.sql.SqlNode>
      Overrides:
      visit in class org.apache.calcite.sql.util.SqlShuttle
    • visit

      public org.apache.calcite.sql.SqlNode visit(org.apache.calcite.sql.SqlCall sqlCall)
      Specified by:
      visit in interface org.apache.calcite.sql.util.SqlVisitor<org.apache.calcite.sql.SqlNode>
      Overrides:
      visit in class org.apache.calcite.sql.util.SqlShuttle