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
 

Methods in org.apache.pig.impl.plan.optimizer that return Rule.WalkerAlgo
 Rule.WalkerAlgo Rule.getWalkerAlgo()
           
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(RulePlan plan, Transformer<O,P> t, String ruleName, Rule.WalkerAlgo al)
           
 



Copyright © ${year} The Apache Software Foundation