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

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

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

Methods in org.apache.hadoop.hive.ql.plan that return ShowFunctionsDesc
 ShowFunctionsDesc DDLWork.getShowFuncsDesc()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type ShowFunctionsDesc
 void DDLWork.setShowFuncsDesc(ShowFunctionsDesc showFuncsDesc)
           
 

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



Copyright © 2012 The Apache Software Foundation