public class SqlAlterTableProperties extends SqlAlterTable
OPERATOR, partitionSpec, tableIdentifier
Constructor and Description |
---|
SqlAlterTableProperties(org.apache.calcite.sql.parser.SqlParserPos pos,
org.apache.calcite.sql.SqlIdentifier tableName,
org.apache.calcite.sql.SqlNodeList propertyList) |
SqlAlterTableProperties(org.apache.calcite.sql.parser.SqlParserPos pos,
org.apache.calcite.sql.SqlIdentifier tableName,
org.apache.calcite.sql.SqlNodeList partitionSpec,
org.apache.calcite.sql.SqlNodeList propertyList) |
Modifier and Type | Method and Description |
---|---|
String[] |
fullTableName() |
List<org.apache.calcite.sql.SqlNode> |
getOperandList() |
org.apache.calcite.sql.SqlNodeList |
getPropertyList() |
protected void |
printIndent(org.apache.calcite.sql.SqlWriter writer) |
void |
unparse(org.apache.calcite.sql.SqlWriter writer,
int leftPrec,
int rightPrec) |
getOperator, getPartitionKVs, getPartitionSpec, getTableName
accept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, isCountStar, isExpanded, operand, operandCount, setOperand, validate
public SqlAlterTableProperties(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier tableName, org.apache.calcite.sql.SqlNodeList propertyList)
public SqlAlterTableProperties(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier tableName, org.apache.calcite.sql.SqlNodeList partitionSpec, org.apache.calcite.sql.SqlNodeList propertyList)
public List<org.apache.calcite.sql.SqlNode> getOperandList()
getOperandList
in class org.apache.calcite.sql.SqlCall
public org.apache.calcite.sql.SqlNodeList getPropertyList()
public void unparse(org.apache.calcite.sql.SqlWriter writer, int leftPrec, int rightPrec)
unparse
in class SqlAlterTable
protected void printIndent(org.apache.calcite.sql.SqlWriter writer)
public String[] fullTableName()
fullTableName
in class SqlAlterTable
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.