Package org.apache.flink.sql.parser.ddl
Class SqlAlterObject
- java.lang.Object
-
- org.apache.calcite.sql.SqlNode
-
- org.apache.calcite.sql.SqlCall
-
- org.apache.calcite.sql.SqlAlter
-
- org.apache.flink.sql.parser.ddl.SqlAlterObject
-
- All Implemented Interfaces:
Cloneable
- Direct Known Subclasses:
SqlAlterCatalog,SqlAlterConnection,SqlAlterDatabase,SqlAlterFunction,SqlAlterMaterializedTable,SqlAlterModel,SqlAlterView
public abstract class SqlAlterObject extends org.apache.calcite.sql.SqlAlterBase class for ALTER DDL sql calls.
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.calcite.sql.SqlIdentifiername
-
Constructor Summary
Constructors Modifier Constructor Description protectedSqlAlterObject(org.apache.calcite.sql.SqlSpecialOperator operator, org.apache.calcite.sql.parser.SqlParserPos pos, @Nullable String scope, org.apache.calcite.sql.SqlIdentifier name)protectedSqlAlterObject(org.apache.calcite.sql.SqlSpecialOperator operator, org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getFullName()org.apache.calcite.sql.SqlOperatorgetOperator()-
Methods inherited from class org.apache.calcite.sql.SqlAlter
getScope, setScope, unparse, unparseAlterOperation
-
Methods inherited from class org.apache.calcite.sql.SqlCall
accept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, getOperandList, isCountStar, isExpanded, operand, operandCount, setOperand, validate
-
-
-
-
Constructor Detail
-
SqlAlterObject
protected SqlAlterObject(org.apache.calcite.sql.SqlSpecialOperator operator, org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier name)
-
SqlAlterObject
protected SqlAlterObject(org.apache.calcite.sql.SqlSpecialOperator operator, org.apache.calcite.sql.parser.SqlParserPos pos, @Nullable String scope, org.apache.calcite.sql.SqlIdentifier name)
-
-
Method Detail
-
getFullName
public String[] getFullName()
-
getOperator
public org.apache.calcite.sql.SqlOperator getOperator()
- Specified by:
getOperatorin classorg.apache.calcite.sql.SqlCall
-
-