public class SqlDropMaterializedView extends SqlDropObject
DROP MATERIALIZED VIEW statement.| Modifier and Type | Field and Description |
|---|---|
private static SqlOperator |
OPERATOR |
nameDDL_OPERATOREMPTY_ARRAY, pos| Constructor and Description |
|---|
SqlDropMaterializedView(SqlParserPos pos,
boolean ifExists,
SqlIdentifier name)
Creates a SqlDropMaterializedView.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute(CalcitePrepare.Context context) |
getOperandList, unparsegetOperatoraccept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, isCountStar, isExpanded, operand, operandCount, setOperand, validateclone, clone, cloneArray, equalDeep, equalDeep, equalsDeep, getParserPosition, isA, toSqlString, toSqlString, toString, validateExprprivate static final SqlOperator OPERATOR
SqlDropMaterializedView(SqlParserPos pos, boolean ifExists, SqlIdentifier name)
public void execute(CalcitePrepare.Context context)
execute in interface SqlExecutableStatementexecute in class SqlDropObjectCopyright © 2012–2019 The Apache Software Foundation. All rights reserved.