Class SqlShowCreate

java.lang.Object
org.apache.calcite.sql.SqlNode
org.apache.calcite.sql.SqlCall
org.apache.flink.sql.parser.dql.SqlShowCreate
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
SqlShowCreateCatalog, SqlShowCreateModel, SqlShowCreateTable, SqlShowCreateView

public abstract class SqlShowCreate extends org.apache.calcite.sql.SqlCall
Abstract class for SqlShowCreateTable and SqlShowCreateView.
  • Field Summary

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

    Fields inherited from class org.apache.calcite.sql.SqlNode

    EMPTY_ARRAY, pos
  • Constructor Summary

    Constructors
    Constructor
    Description
    SqlShowCreate(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier sqlIdentifier)
     
  • Method Summary

    Methods inherited from class org.apache.calcite.sql.SqlCall

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

    Methods inherited from class 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

    • sqlIdentifier

      protected final org.apache.calcite.sql.SqlIdentifier sqlIdentifier
  • Constructor Details

    • SqlShowCreate

      public SqlShowCreate(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier sqlIdentifier)