public class SqlDropFunction
extends org.apache.calcite.sql.SqlDrop
| Modifier and Type | Field and Description |
|---|---|
static org.apache.calcite.sql.SqlSpecialOperator |
OPERATOR |
| Constructor and Description |
|---|
SqlDropFunction(org.apache.calcite.sql.parser.SqlParserPos pos,
org.apache.calcite.sql.SqlIdentifier functionIdentifier,
boolean ifExists,
boolean isTemporary,
boolean isSystemFunction) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getFunctionIdentifier() |
boolean |
getIfExists() |
List<org.apache.calcite.sql.SqlNode> |
getOperandList() |
boolean |
isSystemFunction() |
boolean |
isTemporary() |
void |
unparse(org.apache.calcite.sql.SqlWriter writer,
int leftPrec,
int rightPrec) |
accept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, isCountStar, isExpanded, operand, operandCount, setOperand, validatepublic SqlDropFunction(org.apache.calcite.sql.parser.SqlParserPos pos,
org.apache.calcite.sql.SqlIdentifier functionIdentifier,
boolean ifExists,
boolean isTemporary,
boolean isSystemFunction)
@Nonnull public List<org.apache.calcite.sql.SqlNode> getOperandList()
getOperandList in class org.apache.calcite.sql.SqlCallpublic void unparse(org.apache.calcite.sql.SqlWriter writer,
int leftPrec,
int rightPrec)
unparse in class org.apache.calcite.sql.SqlCallpublic String[] getFunctionIdentifier()
public boolean isTemporary()
public boolean isSystemFunction()
public boolean getIfExists()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.