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:
SqlShowCreateTable,SqlShowCreateView
public abstract class SqlShowCreate extends org.apache.calcite.sql.SqlCallAbstract class forSqlShowCreateTableandSqlShowCreateView.
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.calcite.sql.SqlIdentifiersqlIdentifier
-
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
-
-