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

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

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

Methods in org.apache.hadoop.hive.ql.plan that return AlterIndexDesc
 AlterIndexDesc DDLWork.getAlterIndexDesc()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type AlterIndexDesc
 void DDLWork.setAlterIndexDesc(AlterIndexDesc alterIndexDesc)
           
 

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



Copyright © 2011 The Apache Software Foundation