public class SqlAlterViewProperties extends SqlAlterView
OPERATOR, viewIdentifier| Constructor and Description |
|---|
SqlAlterViewProperties(org.apache.calcite.sql.parser.SqlParserPos pos,
org.apache.calcite.sql.SqlIdentifier viewName,
org.apache.calcite.sql.SqlNodeList propertyList) |
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.calcite.sql.SqlNode> |
getOperandList() |
org.apache.calcite.sql.SqlNodeList |
getPropertyList() |
void |
unparse(org.apache.calcite.sql.SqlWriter writer,
int leftPrec,
int rightPrec) |
fullViewName, getOperator, getViewIdentifieraccept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, isCountStar, isExpanded, operand, operandCount, setOperand, validatepublic SqlAlterViewProperties(org.apache.calcite.sql.parser.SqlParserPos pos,
org.apache.calcite.sql.SqlIdentifier viewName,
org.apache.calcite.sql.SqlNodeList propertyList)
public List<org.apache.calcite.sql.SqlNode> getOperandList()
getOperandList in class org.apache.calcite.sql.SqlCallpublic org.apache.calcite.sql.SqlNodeList getPropertyList()
public void unparse(org.apache.calcite.sql.SqlWriter writer,
int leftPrec,
int rightPrec)
unparse in class SqlAlterViewCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.