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

Packages that use ShowColumnsDesc
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
org.apache.hadoop.hive.ql.plan   
 

Uses of ShowColumnsDesc in org.apache.hadoop.hive.ql.exec
 

Methods in org.apache.hadoop.hive.ql.exec with parameters of type ShowColumnsDesc
 int DDLTask.showColumns(Hive db, ShowColumnsDesc showCols)
           
 

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

Methods in org.apache.hadoop.hive.ql.plan that return ShowColumnsDesc
 ShowColumnsDesc DDLWork.getShowColumnsDesc()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type ShowColumnsDesc
 void DDLWork.setShowColumnsDesc(ShowColumnsDesc showColumnsDesc)
           
 

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



Copyright © 2012 The Apache Software Foundation