Generated by
JDiff

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

Removed Methods
void addPlan(PhysicalPlan, byte) Appends the specified plan at the end of the list.
int getBaseIndex() Returns the base index of this demux
void setBaseIndex(int) Sets the base index of this demux.
 

Added Methods
void addIsKeyWrappedList(List) Adds a list of IsKeyWrapped boolean values
void addPlan(PhysicalPlan, boolean[])  
void addPlan(PhysicalPlan, byte, boolean[]) Appends the specified plan at the end of the list.
List getIsKeyWrappedList() Returns the list of booleans that indicates if the key needs to unwrapped for the corresponding plan.