Generated by
JDiff

Class org.apache.pig.impl.logicalLayer.LOLoad

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

Changed Constructors
LOLoad(LogicalPlan, OperatorKey, FileSpec, Configuration) Change in type from (LogicalPlan, OperatorKey, FileSpec, ExecType, DataStorage, boolean) to (LogicalPlan, OperatorKey, FileSpec, Configuration).
@param plan LogicalPlan this operator is a part of.
 

Removed Methods
boolean isSplittable()  
 

Added Methods
Configuration getConfiguration()  
List getRelevantInputs(int, int)  
RequiredFieldList getRequiredFieldList()  
boolean pruneColumns(List)  
RequiredFieldResponse pushProjection(RequiredFieldList)  
 

Changed Methods
void setAlias(String) Method was inherited from LogicalOperator, but is now defined locally.  
 

Removed Fields
boolean splittable