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

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

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

Methods in org.apache.hadoop.hive.ql.metadata with parameters of type AddPartitionDesc
 List<Partition> Hive.createPartitions(AddPartitionDesc addPartitionDesc)
           
 

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 © 2014 The Apache Software Foundation. All rights reserved.