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

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

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

Methods in org.apache.hadoop.hive.ql.plan that return AlterTableAlterPartDesc
 AlterTableAlterPartDesc DDLWork.getAlterTableAlterPartDesc()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type AlterTableAlterPartDesc
 void DDLWork.setAlterTableAlterPartDesc(AlterTableAlterPartDesc alterPartitionDesc)
           
 

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



Copyright © 2012 The Apache Software Foundation