|
Generated by JDiff |
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
The superclass changed from org.apache.pig.impl.logicalLayer.LOVisitor
to org.apache.pig.newplan.logical.relational.LogicalRelationalNodesVisitor
.
Changed Constructors | ||
LogicalPlan, |
Change in type from (LogicalPlan, Map, Map, PhysicalPlan, PigContext ) to (LogicalPlan, Map, ExampleGenerator, Map, PhysicalPlan, PigContext ).Change in exceptions thrown from no exceptions to ( java.io.IOException, java.lang.InterruptedException ). |
Removed Methods | |
void visit(LOCogroup ) |
|
void visit(LOCross ) |
|
void visit(LODistinct ) |
|
void visit(LOFilter ) |
|
void visit(LOForEach ) |
|
void visit(LOLimit ) |
|
void visit(LOLoad ) |
|
void visit(LOSort ) |
|
void visit(LOSplit ) |
|
void visit(LOUnion ) |
Added Methods | |
void visit(LOCogroup ) |
|
void visit(LOCross ) |
|
void visit(LODistinct ) |
|
void visit(LOFilter ) |
|
void visit(LOForEach ) |
|
void visit(LOJoin ) |
|
void visit(LOLimit ) |
|
void visit(LOLoad ) |
|
void visit(LOSort ) |
|
void visit(LOSplit ) |
|
void visit(LOStore ) |
|
void visit(LOUnion ) |
Changed Methods | ||
void init() |
Change in exceptions thrown from no exceptions to (java.io.IOException, java.lang.InterruptedException ). |
|
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |