|
Generated by JDiff |
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
The superclass changed from org.apache.pig.impl.logicalLayer.LogicalOperator
to org.apache.pig.impl.logicalLayer.RelationalOperator
.
Changed Constructors | ||
LogicalPlan, |
Change in type from (LogicalPlan, OperatorKey, FileSpec ) to (LogicalPlan, OperatorKey, FileSpec, String ). |
@param plan LogicalPlan this operator is a part of. |
Added Methods | |
String constructSignature(String, |
|
List getRelevantInputs(int, |
|
String getSignature() |
|
SortInfo getSortInfo() |
|
void setSortInfo(SortInfo ) |
Changed Methods | ||
StoreFuncInterface getStoreFunc() |
Change in return type from StoreFunc to StoreFuncInterface . |
|
void setAlias(String ) |
Method was inherited from LogicalOperator, but is now defined locally. |
|
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |