public class SqlAddReplaceColumns extends SqlAlterTable
SqlAlterTable.AlterTableContextOPERATOR, partitionSpec, tableIdentifier| Constructor and Description |
|---|
SqlAddReplaceColumns(org.apache.calcite.sql.parser.SqlParserPos pos,
org.apache.calcite.sql.SqlIdentifier tableName,
org.apache.calcite.sql.SqlNodeList newColumns,
boolean replace,
org.apache.calcite.sql.SqlNodeList properties) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.calcite.sql.SqlNodeList |
getNewColumns() |
List<org.apache.calcite.sql.SqlNode> |
getOperandList() |
org.apache.calcite.sql.SqlNodeList |
getProperties() |
boolean |
isReplace() |
void |
unparse(org.apache.calcite.sql.SqlWriter writer,
int leftPrec,
int rightPrec) |
fullTableName, getOperator, getPartitionKVs, getPartitionSpec, getTableNameaccept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, isCountStar, isExpanded, operand, operandCount, setOperand, validatepublic SqlAddReplaceColumns(org.apache.calcite.sql.parser.SqlParserPos pos,
org.apache.calcite.sql.SqlIdentifier tableName,
org.apache.calcite.sql.SqlNodeList newColumns,
boolean replace,
@Nullable
org.apache.calcite.sql.SqlNodeList properties)
public org.apache.calcite.sql.SqlNodeList getNewColumns()
public boolean isReplace()
public org.apache.calcite.sql.SqlNodeList getProperties()
@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 SqlAlterTableCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.