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

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

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

Methods in org.apache.hadoop.hive.ql.plan that return SwitchDatabaseDesc
 SwitchDatabaseDesc DDLWork.getSwitchDatabaseDesc()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type SwitchDatabaseDesc
 void DDLWork.setSwitchDatabaseDesc(SwitchDatabaseDesc switchDatabaseDesc)
          Set Switch Database descriptor
 

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



Copyright © 2011 The Apache Software Foundation