Generated by
JDiff

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

Removed Methods
Result getNext(Tuple) Counts the number of tuples processed into static variable soFar if the number of tuples processed reach the limit return EOP; Otherwise return the tuple
 

Added Methods
Result getNextTuple() Counts the number of tuples processed into static variable soFar if the number of tuples processed reach the limit return EOP; Otherwise return the tuple