public class SqlAlterHiveTableAddReplaceColumn extends SqlAddReplaceColumns
SqlAlterTable.AlterTableContext
ifTableExists, OPERATOR, partitionSpec, tableIdentifier
Constructor and Description |
---|
SqlAlterHiveTableAddReplaceColumn(org.apache.calcite.sql.parser.SqlParserPos pos,
org.apache.calcite.sql.SqlIdentifier tableName,
boolean cascade,
org.apache.calcite.sql.SqlNodeList columns,
boolean replace) |
Modifier and Type | Method and Description |
---|---|
void |
unparse(org.apache.calcite.sql.SqlWriter writer,
int leftPrec,
int rightPrec) |
getNewColumns, getOperandList, getProperties, isReplace
fullTableName, getOperator, getPartitionKVs, getPartitionSpec, getTableName, ifTableExists
accept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, isCountStar, isExpanded, operand, operandCount, setOperand, validate
public SqlAlterHiveTableAddReplaceColumn(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier tableName, boolean cascade, org.apache.calcite.sql.SqlNodeList columns, boolean replace) throws ParseException
ParseException
public void unparse(org.apache.calcite.sql.SqlWriter writer, int leftPrec, int rightPrec)
unparse
in class SqlAddReplaceColumns
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.