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

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

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

Methods in org.apache.hadoop.hive.ql.plan that return DropIndexDesc
 DropIndexDesc DDLWork.getDropIdxDesc()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type DropIndexDesc
 void DDLWork.setDropIdxDesc(DropIndexDesc dropIdxDesc)
           
 

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



Copyright © 2011 The Apache Software Foundation