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

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

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

Methods in org.apache.hadoop.hive.ql.plan that return ShowTblPropertiesDesc
 ShowTblPropertiesDesc DDLWork.getShowTblPropertiesDesc()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type ShowTblPropertiesDesc
 void DDLWork.setShowTblPropertiesDesc(ShowTblPropertiesDesc showTblPropertiesDesc)
           
 

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



Copyright © 2011 The Apache Software Foundation