Package org.apache.calcite.sql.ddl
Class SqlDropFunction
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.calcite.sql.ddl.SqlDropObject
org.apache.calcite.sql.ddl.SqlDropFunction
- All Implemented Interfaces:
Cloneable
Parse tree for
DROP FUNCTION statement.-
Field Summary
Fields inherited from class org.apache.calcite.sql.ddl.SqlDropObject
nameFields inherited from class org.apache.calcite.sql.SqlDdl
DDL_OPERATORFields inherited from class org.apache.calcite.sql.SqlNode
EMPTY_ARRAY, pos -
Constructor Summary
ConstructorsConstructorDescriptionSqlDropFunction(SqlParserPos pos, boolean ifExists, SqlIdentifier name) Creates a SqlDropFunction. -
Method Summary
Methods inherited from class org.apache.calcite.sql.ddl.SqlDropObject
execute, getOperandList, unparseMethods inherited from class org.apache.calcite.sql.SqlDdl
getOperatorMethods inherited from class org.apache.calcite.sql.SqlCall
accept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, isCountStar, isExpanded, operand, operandCount, setOperand, validateMethods inherited from class org.apache.calcite.sql.SqlNode
clone, clone, cloneArray, equalDeep, equalDeep, equalsDeep, getParserPosition, isA, toList, toList, toSqlString, toSqlString, toSqlString, toString, unparseWithParentheses, validateExpr
-
Constructor Details
-
SqlDropFunction
Creates a SqlDropFunction.
-