Generated by
JDiff

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

Removed Methods
int getBaseIndex() Returns the base index of this demux
boolean isSameMapKeyType() Returns a flag indicating if all inner plans have the same map key type
void setBaseIndex(int) Sets the base index of this demux.
void setSameMapKeyType(boolean) Sets a flag indicating if all inner plans have the same map key type.
 

Changed Methods
void addPlan(PhysicalPlan) Change in signature from (PhysicalPlan, byte) to PhysicalPlan.
Appends the specified plan at the end of the list.