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

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

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

Methods in org.apache.hadoop.hive.ql.plan that return ShowIndexesDesc
 ShowIndexesDesc DDLWork.getShowIndexesDesc()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type ShowIndexesDesc
 void DDLWork.setShowIndexesDesc(ShowIndexesDesc showIndexesDesc)
           
 

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



Copyright © 2012 The Apache Software Foundation