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

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

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

Methods in org.apache.hadoop.hive.ql.plan that return ShowTablesDesc
 ShowTablesDesc DDLWork.getShowTblsDesc()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type ShowTablesDesc
 void DDLWork.setShowTblsDesc(ShowTablesDesc showTblsDesc)
           
 

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



Copyright © 2012 The Apache Software Foundation