1 package com.mapd.parser.extension.ddl;
3 import com.google.gson.annotations.Expose;
4 import com.mapd.parser.extension.ddl.heavysql.*;
6 import org.apache.calcite.sql.*;
7 import org.apache.calcite.sql.parser.SqlParserPos;
16 new SqlSpecialOperator(
"DROP_ROLE", SqlKind.OTHER_DDL);
28 this.command = OPERATOR.getName();
default String toJsonString()
List< SqlNode > getOperandList()
SqlDropRole(SqlParserPos pos, final boolean ifExists, String role)
static final SqlOperator OPERATOR