public class AlterTableExchangePartition extends DDLDesc
| Constructor and Description |
|---|
AlterTableExchangePartition(Table sourceTable,
Table destinationTable,
Map<String,String> partitionSpecs) |
| Modifier and Type | Method and Description |
|---|---|
Table |
getDestinationTable() |
Map<String,String> |
getPartitionSpecs() |
Table |
getSourceTable() |
void |
setDestinationTable(Table destinationTable) |
void |
setPartitionSpecs(Map<String,String> partitionSpecs) |
void |
setSourceTable(Table sourceTable) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.