@InterfaceAudience.Private public class CombinerOptimizerUtil extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
static void | 
addCombiner(PhysicalPlan mapPlan,
           PhysicalPlan reducePlan,
           PhysicalPlan combinePlan,
           CompilationMessageCollector messageCollector,
           boolean doMapAgg)
Algebraic functions and distinct in nested plan of a foreach are
 partially computed in the map and combine phase. 
 | 
public static void addCombiner(PhysicalPlan mapPlan, PhysicalPlan reducePlan, PhysicalPlan combinePlan, CompilationMessageCollector messageCollector, boolean doMapAgg) throws VisitorException
VisitorExceptionCopyright © 2007-2012 The Apache Software Foundation