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

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

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

Methods in org.apache.hadoop.hive.ql.plan that return TruncateTableDesc
 TruncateTableDesc DDLWork.getTruncateTblDesc()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type TruncateTableDesc
 void DDLWork.setTruncateTblDesc(TruncateTableDesc truncateTblDesc)
           
 

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



Copyright © 2012 The Apache Software Foundation