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

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

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

Methods in org.apache.hadoop.hive.ql.plan that return CreateTableLikeDesc
 CreateTableLikeDesc DDLWork.getCreateTblLikeDesc()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type CreateTableLikeDesc
 void DDLWork.setCreateTblLikeDesc(CreateTableLikeDesc createTblLikeDesc)
           
 

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



Copyright © 2010 The Apache Software Foundation