Package org.apache.flink.sql.parser.dql
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
FieldsModifier and TypeFieldDescriptionprotected final org.apache.calcite.sql.SqlIdentifierFields inherited from class org.apache.calcite.sql.SqlNode
EMPTY_ARRAY, pos -
Constructor Summary
ConstructorsConstructorDescriptionSqlShowCreate(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, validateMethods inherited from class org.apache.calcite.sql.SqlNode
clone, clone, cloneArray, equalDeep, equalDeep, equalsDeep, getParserPosition, isA, toList, toList, toSqlString, toSqlString, toSqlString, toString, unparseWithParentheses, validateExpr
-
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)
-