Generated by
JDiff

Package org.apache.pig.newplan

Added Classes
FilterExtractor This is a rewrite of {@code PColFilterExtractor} We traverse the expression plan bottom up and separate it into two plans - pushdownExprPlan plan that can be pushed down to the loader and - filterExprPlan remaining plan that needs to be evaluated by pig
 

Changed Classes
BaseOperatorPlan  
Operator