public abstract class SqlAlterTableSchema extends SqlAlterTable
SqlAlterTable.AlterTableContext
Modifier and Type | Field and Description |
---|---|
protected org.apache.calcite.sql.SqlNodeList |
columnList |
protected List<SqlTableConstraint> |
constraints |
protected SqlWatermark |
watermark |
OPERATOR, partitionSpec, tableIdentifier
Constructor and Description |
---|
SqlAlterTableSchema(org.apache.calcite.sql.parser.SqlParserPos pos,
org.apache.calcite.sql.SqlIdentifier tableName,
org.apache.calcite.sql.SqlNodeList columnList,
List<SqlTableConstraint> constraints,
SqlWatermark sqlWatermark) |
Modifier and Type | Method and Description |
---|---|
org.apache.calcite.sql.SqlNodeList |
getColumns() |
List<SqlTableConstraint> |
getConstraints() |
List<org.apache.calcite.sql.SqlNode> |
getOperandList() |
Optional<SqlWatermark> |
getWatermark() |
fullTableName, getOperator, getPartitionKVs, getPartitionSpec, getTableName, unparse
accept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, isCountStar, isExpanded, operand, operandCount, setOperand, validate
protected final org.apache.calcite.sql.SqlNodeList columnList
@Nullable protected final SqlWatermark watermark
protected final List<SqlTableConstraint> constraints
public SqlAlterTableSchema(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier tableName, org.apache.calcite.sql.SqlNodeList columnList, List<SqlTableConstraint> constraints, @Nullable SqlWatermark sqlWatermark)
@Nonnull public List<org.apache.calcite.sql.SqlNode> getOperandList()
getOperandList
in class org.apache.calcite.sql.SqlCall
public org.apache.calcite.sql.SqlNodeList getColumns()
public Optional<SqlWatermark> getWatermark()
public List<SqlTableConstraint> getConstraints()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.