1 package com.mapd.parser.extension.ddl;
3 import com.google.gson.annotations.Expose;
5 import org.apache.calcite.sql.SqlDrop;
6 import org.apache.calcite.sql.SqlKind;
7 import org.apache.calcite.sql.SqlNode;
9 import org.apache.calcite.sql.SqlSpecialOperator;
10 import org.apache.calcite.sql.parser.SqlParserPos;
12 import java.util.List;
19 new SqlSpecialOperator(
"DROP_TABLE", SqlKind.DROP_TABLE);
33 this.command = OPERATOR.getName();
default String toJsonString()
static final SqlOperator OPERATOR
SqlDropTable(final SqlParserPos pos, final boolean ifExists, final String tableName)
List< SqlNode > getOperandList()