Package org.apache.flink.sql.parser.ddl
Class SqlDropMaterializedTable
- java.lang.Object
-
- org.apache.calcite.sql.SqlNode
-
- org.apache.calcite.sql.SqlCall
-
- org.apache.calcite.sql.SqlDdl
-
- org.apache.calcite.sql.SqlDrop
-
- org.apache.flink.sql.parser.ddl.SqlDropMaterializedTable
-
- All Implemented Interfaces:
Cloneable
public class SqlDropMaterializedTable extends org.apache.calcite.sql.SqlDropDROP MATERIALIZED TABLE DDL sql call.
-
-
Constructor Summary
Constructors Constructor Description SqlDropMaterializedTable(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier tableIdentifier, boolean ifExists)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]fullTableName()booleangetIfExists()List<org.apache.calcite.sql.SqlNode>getOperandList()voidunparse(org.apache.calcite.sql.SqlWriter writer, int leftPrec, int rightPrec)-
Methods inherited from class org.apache.calcite.sql.SqlCall
accept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, isCountStar, isExpanded, operand, operandCount, setOperand, validate
-
-
-
-
Method Detail
-
fullTableName
public String[] fullTableName()
-
getIfExists
public boolean getIfExists()
-
getOperandList
public List<org.apache.calcite.sql.SqlNode> getOperandList()
- Specified by:
getOperandListin classorg.apache.calcite.sql.SqlCall
-
unparse
public void unparse(org.apache.calcite.sql.SqlWriter writer, int leftPrec, int rightPrec)- Overrides:
unparsein classorg.apache.calcite.sql.SqlCall
-
-