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

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

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

Fields in org.apache.pig.impl.plan.optimizer declared as Rule.WalkerAlgo
 Rule.WalkerAlgo Rule.algo
           
 

Methods in org.apache.pig.impl.plan.optimizer that return Rule.WalkerAlgo
static Rule.WalkerAlgo Rule.WalkerAlgo.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Rule.WalkerAlgo[] Rule.WalkerAlgo.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.pig.impl.plan.optimizer with parameters of type Rule.WalkerAlgo
Rule(List<String> n, Map<Integer,Integer> e, List<Boolean> r, Transformer<O,P> t, Rule.WalkerAlgo al)
           
 



Copyright © ${year} The Apache Software Foundation