Generated by
JDiff

Class org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators.POLocalRearrange

Added Methods
Object getKeyFromResult(List, byte)  
Map getSecondaryProjectedColsMap() @return the mProjectedColsMap
boolean isSecondaryKeyTuple() @return the keyTuple
boolean isSecondaryProjectStar() @return the mProjectStar
void setSecondaryPlans(List)  
void setUseSecondaryKey(boolean)  
 

Changed Methods
Tuple constructLROutput(List, List, Tuple) Change in signature from (List, Tuple) to (List, List, Tuple).
 
 

Added Fields
byte mainKeyType  
byte secondaryKeyType  
List secondaryLeafOps  
List secondaryPlans  
 

Changed Fields
TupleFactory mTupleFactory Change from non-final to final.