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

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

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

Methods in org.apache.hadoop.hive.ql.plan that return ShowCreateTableDesc
 ShowCreateTableDesc DDLWork.getShowCreateTblDesc()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type ShowCreateTableDesc
 void DDLWork.setShowCreateTblDesc(ShowCreateTableDesc showCreateTblDesc)
           
 

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



Copyright © 2012 The Apache Software Foundation