Generated by
JDiff

Class org.apache.pig.impl.logicalLayer.LogicalOperator

Removed Methods
List getRequiredFields() Get a list of fields that this operator requires.
 

Changed Methods
ProjectionMap getProjectionMap() Method was locally defined, but is now inherited from Operator. Produce a map describing how this operator modifies its projection.
 

Added Fields
boolean mIsProjectionMapComputed A boolean variable to remember if the projection map has been computed
ProjectionMap mProjectionMap ProjectionMap of this operator.