public abstract class SqlAlterHiveTable extends SqlAlterTableProperties
Modifier and Type | Class and Description |
---|---|
static class |
SqlAlterHiveTable.AlterTableOp
Type of ALTER TABLE operation.
|
Modifier and Type | Field and Description |
---|---|
static String |
ALTER_COL_CASCADE |
static String |
ALTER_TABLE_OP |
OPERATOR, partitionSpec, tableIdentifier
Constructor and Description |
---|
SqlAlterHiveTable(SqlAlterHiveTable.AlterTableOp op,
org.apache.calcite.sql.parser.SqlParserPos pos,
org.apache.calcite.sql.SqlIdentifier tableName,
org.apache.calcite.sql.SqlNodeList partSpec,
org.apache.calcite.sql.SqlNodeList propertyList) |
Modifier and Type | Method and Description |
---|---|
void |
unparse(org.apache.calcite.sql.SqlWriter writer,
int leftPrec,
int rightPrec) |
fullTableName, getOperandList, getPropertyList, printIndent
getOperator, getPartitionKVs, getPartitionSpec, getTableName
accept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, isCountStar, isExpanded, operand, operandCount, setOperand, validate
public static final String ALTER_TABLE_OP
public static final String ALTER_COL_CASCADE
public SqlAlterHiveTable(SqlAlterHiveTable.AlterTableOp op, org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier tableName, org.apache.calcite.sql.SqlNodeList partSpec, org.apache.calcite.sql.SqlNodeList propertyList)
public void unparse(org.apache.calcite.sql.SqlWriter writer, int leftPrec, int rightPrec)
unparse
in class SqlAlterTableProperties
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.