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

Packages that use CreateTableDesc
org.apache.hadoop.hive.ql.parse   
org.apache.hadoop.hive.ql.plan   
 

Uses of CreateTableDesc in org.apache.hadoop.hive.ql.parse
 

Methods in org.apache.hadoop.hive.ql.parse that return CreateTableDesc
 CreateTableDesc QB.getTableDesc()
           
 

Methods in org.apache.hadoop.hive.ql.parse with parameters of type CreateTableDesc
 void QB.setTableDesc(CreateTableDesc desc)
           
 

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

Methods in org.apache.hadoop.hive.ql.plan that return CreateTableDesc
 CreateTableDesc DDLWork.getCreateTblDesc()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type CreateTableDesc
static TableDesc PlanUtils.getTableDesc(CreateTableDesc crtTblDesc, String cols, String colTypes)
          Generate a table descriptor from a createTableDesc.
 void DDLWork.setCreateTblDesc(CreateTableDesc createTblDesc)
           
 

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



Copyright © 2011 The Apache Software Foundation