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

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

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

Methods in org.apache.hadoop.hive.ql.plan that return CreateViewDesc
 CreateViewDesc DDLWork.getCreateViewDesc()
           
 CreateViewDesc DDLWork.getCreateVwDesc()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type CreateViewDesc
 void DDLWork.setCreateViewDesc(CreateViewDesc createVwDesc)
           
 void DDLWork.setCreateVwDesc(CreateViewDesc createVwDesc)
           
 

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



Copyright © 2014 The Apache Software Foundation. All rights reserved.