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

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

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

Methods in org.apache.hadoop.hive.ql.plan that return AddPartitionDesc
 AddPartitionDesc DDLWork.getAddPartitionDesc()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type AddPartitionDesc
 void DDLWork.setAddPartitionDesc(AddPartitionDesc addPartitionDesc)
           
 

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



Copyright © 2012 The Apache Software Foundation