java.lang.Object
org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlNode
org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlCall
org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlDdl
org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlDrop
org.apache.beam.sdk.extensions.sql.impl.parser.SqlDropTable
All Implemented Interfaces:
Cloneable

public class SqlDropTable extends org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlDrop
Parse tree for DROP TABLE statement.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlIdentifier
     

    Fields inherited from class org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlDrop

    ifExists

    Fields inherited from class org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlDdl

    DDL_OPERATOR

    Fields inherited from class org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlNode

    EMPTY_ARRAY, pos
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.jdbc.CalcitePrepare.Context context)
     
    List<org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlNode>
     
    void
    unparse(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlWriter writer, int leftPrec, int rightPrec)
     

    Methods inherited from class org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlDdl

    getOperator

    Methods inherited from class org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlCall

    accept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, isCountStar, isExpanded, operand, operandCount, setOperand, validate

    Methods inherited from class org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlNode

    clone, clone, cloneArray, equalDeep, equalDeep, equalsDeep, getParserPosition, isA, toList, toList, toSqlString, toSqlString, toSqlString, toString, unparseWithParentheses, validateExpr

    Methods inherited from class java.lang.Object

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

    • name

      protected final org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlIdentifier name
  • Method Details

    • getOperandList

      public List<org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlNode> getOperandList()
      Specified by:
      getOperandList in class org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlCall
    • unparse

      public void unparse(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlWriter writer, int leftPrec, int rightPrec)
      Overrides:
      unparse in class org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlCall
    • execute

      public void execute(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.jdbc.CalcitePrepare.Context context)