Generated by
JDiff

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

Added Constructors
POCounter(POCounter)  
 

Added Methods
void incrementReduceCounter(Long)  
 

Changed Methods
void addToLocalCounter(Long) Change of visibility from public to protected.
 
int getTaskId() Change in return type from String to int.
 
Long incrementLocalCounter() Change of visibility from public to protected.
Sequential counter used at ROW NUMBER and RANK BY DENSE mode
void setTaskId(int) Change in signature from String to int.
Task ID: identifier of the task (map or reducer)
 

Added Fields
Long ONE