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

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

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

Methods in org.apache.hadoop.hive.ql.plan that return DropTableDesc
 DropTableDesc DDLWork.getDropTblDesc()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type DropTableDesc
 void DDLWork.setDropTblDesc(DropTableDesc dropTblDesc)
           
 

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



Copyright © 2011 The Apache Software Foundation