Uses of Class
org.apache.hadoop.hive.ql.exec.FilterOperator

Packages that use FilterOperator
org.apache.hadoop.hive.ql.optimizer.pcr   
org.apache.hadoop.hive.ql.ppd   
 

Uses of FilterOperator in org.apache.hadoop.hive.ql.optimizer.pcr
 

Methods in org.apache.hadoop.hive.ql.optimizer.pcr that return FilterOperator
 FilterOperator PcrOpWalkerCtx.OpToDeleteInfo.getOperator()
           
 

Constructors in org.apache.hadoop.hive.ql.optimizer.pcr with parameters of type FilterOperator
PcrOpWalkerCtx.OpToDeleteInfo(Operator<? extends Serializable> parent, FilterOperator operator)
           
 

Uses of FilterOperator in org.apache.hadoop.hive.ql.ppd
 

Methods in org.apache.hadoop.hive.ql.ppd that return types with arguments of type FilterOperator
 List<FilterOperator> OpWalkerInfo.getCandidateFilterOps()
           
 

Methods in org.apache.hadoop.hive.ql.ppd with parameters of type FilterOperator
 void OpWalkerInfo.addCandidateFilterOp(FilterOperator fop)
           
 



Copyright © 2011 The Apache Software Foundation