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

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

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

Methods in org.apache.hadoop.hive.ql.plan that return ShowDatabasesDesc
 ShowDatabasesDesc DDLWork.getShowDatabasesDesc()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type ShowDatabasesDesc
 void DDLWork.setShowDatabasesDesc(ShowDatabasesDesc showDatabasesDesc)
           
 

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



Copyright © 2012 The Apache Software Foundation