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

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

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

Methods in org.apache.hadoop.hive.ql.plan that return DescFunctionDesc
 DescFunctionDesc DDLWork.getDescFunctionDesc()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type DescFunctionDesc
 void DDLWork.setDescFuncDesc(DescFunctionDesc descFuncDesc)
           
 void DDLWork.setDescFunctionDesc(DescFunctionDesc descFunctionDesc)
           
 

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



Copyright © 2010 The Apache Software Foundation