|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Rule | |
---|---|
org.apache.pig.experimental.logical.optimizer | |
org.apache.pig.experimental.logical.rules | |
org.apache.pig.experimental.plan.optimizer |
Uses of Rule in org.apache.pig.experimental.logical.optimizer |
---|
Methods in org.apache.pig.experimental.logical.optimizer that return types with arguments of type Rule | |
---|---|
protected List<Set<Rule>> |
LogicalPlanOptimizer.buildRuleSets()
|
Uses of Rule in org.apache.pig.experimental.logical.rules |
---|
Subclasses of Rule in org.apache.pig.experimental.logical.rules | |
---|---|
class |
AddForEach
|
class |
ColumnMapKeyPrune
This Rule prunes columns and map keys and set to loader. |
class |
FilterAboveForeach
This Rule moves Filter Above Foreach. |
class |
MergeFilter
|
class |
PushUpFilter
|
class |
SplitFilter
|
class |
WholePlanRule
Super class for all rules that operates on the whole plan. |
Uses of Rule in org.apache.pig.experimental.plan.optimizer |
---|
Fields in org.apache.pig.experimental.plan.optimizer with type parameters of type Rule | |
---|---|
protected List<Set<Rule>> |
PlanOptimizer.ruleSets
|
Constructor parameters in org.apache.pig.experimental.plan.optimizer with type arguments of type Rule | |
---|---|
PlanOptimizer(OperatorPlan p,
List<Set<Rule>> rs,
int iterations)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |