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

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

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

Methods in org.apache.hadoop.hive.ql.plan that return AlterTableSimpleDesc
 AlterTableSimpleDesc DDLWork.getAlterTblSimpleDesc()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type AlterTableSimpleDesc
 void DDLWork.setAlterTblSimpleDesc(AlterTableSimpleDesc desc)
           
 

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



Copyright © 2011 The Apache Software Foundation