Generated by
JDiff

Class org.apache.pig.impl.logicalLayer.LOStore

The superclass changed from org.apache.pig.impl.logicalLayer.LogicalOperator to org.apache.pig.impl.logicalLayer.RelationalOperator.

Changed Constructors
LOStore(LogicalPlan, OperatorKey, FileSpec, String) 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, String, FuncSpec)  
List getRelevantInputs(int, 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.