Uses of Class
org.apache.pig.impl.plan.optimizer.Rule

Packages that use Rule
org.apache.pig.impl.plan.optimizer   
 

Uses of Rule in org.apache.pig.impl.plan.optimizer
 

Fields in org.apache.pig.impl.plan.optimizer with type parameters of type Rule
protected  List<Rule<O,P>> PlanOptimizer.mRules
           
 

Methods in org.apache.pig.impl.plan.optimizer with parameters of type Rule
 boolean RuleMatcher.match(Rule<O,P> rule)
          Test a rule to see if it matches the current plan.
 



Copyright © ${year} The Apache Software Foundation