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

Packages that use AlterTableExchangePartition
org.apache.hadoop.hive.ql.plan   
 

Uses of AlterTableExchangePartition in org.apache.hadoop.hive.ql.plan
 

Methods in org.apache.hadoop.hive.ql.plan that return AlterTableExchangePartition
 AlterTableExchangePartition DDLWork.getAlterTableExchangePartition()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type AlterTableExchangePartition
 void DDLWork.setAlterTableExchangePartition(AlterTableExchangePartition alterTableExchangePartition)
           
 

Constructors in org.apache.hadoop.hive.ql.plan with parameters of type AlterTableExchangePartition
DDLWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, AlterTableExchangePartition alterTableExchangePartition)
           
 



Copyright © 2012 The Apache Software Foundation