org.apache.hadoop.hive.ql.plan
Class AlterTableExchangePartition

java.lang.Object
  extended by org.apache.hadoop.hive.ql.plan.DDLDesc
      extended by org.apache.hadoop.hive.ql.plan.AlterTableExchangePartition
All Implemented Interfaces:
Serializable

public class AlterTableExchangePartition
extends DDLDesc

See Also:
Serialized Form

Constructor Summary
AlterTableExchangePartition(Table sourceTable, Table destinationTable, Map<String,String> partitionSpecs)
           
 
Method Summary
 Table getDestinationTable()
           
 Map<String,String> getPartitionSpecs()
           
 Table getSourceTable()
           
 void setDestinationTable(Table destinationTable)
           
 void setPartitionSpecs(Map<String,String> partitionSpecs)
           
 void setSourceTable(Table sourceTable)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlterTableExchangePartition

public AlterTableExchangePartition(Table sourceTable,
                                   Table destinationTable,
                                   Map<String,String> partitionSpecs)
Method Detail

setSourceTable

public void setSourceTable(Table sourceTable)

getSourceTable

public Table getSourceTable()

setDestinationTable

public void setDestinationTable(Table destinationTable)

getDestinationTable

public Table getDestinationTable()

setPartitionSpecs

public void setPartitionSpecs(Map<String,String> partitionSpecs)

getPartitionSpecs

public Map<String,String> getPartitionSpecs()


Copyright © 2014 The Apache Software Foundation. All rights reserved.