public class AlterTableRenameOperation extends AbstractAlterTableOperation<AlterTableRenameDesc>
environmentContextcontext, desc, LOG| Constructor and Description |
|---|
AlterTableRenameOperation(DDLOperationContext context,
AlterTableRenameDesc desc) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkValidity(Table table,
DDLOperationContext context) |
protected void |
doAlteration(Table table,
Partition partition) |
int |
execute() |
getStorageDescriptorpublic AlterTableRenameOperation(DDLOperationContext context, AlterTableRenameDesc desc)
public int execute()
throws HiveException
execute in class AbstractAlterTableOperation<AlterTableRenameDesc>HiveExceptionprotected void doAlteration(Table table, Partition partition) throws HiveException
doAlteration in class AbstractAlterTableOperation<AlterTableRenameDesc>HiveExceptionprotected void checkValidity(Table table, DDLOperationContext context) throws HiveException
checkValidity in class AbstractAlterTableOperation<AlterTableRenameDesc>HiveExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.