Uses of Class
org.apache.pig.impl.util.MultiMap

Packages that use MultiMap
org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators   
org.apache.pig.impl.logicalLayer The logical operators that represent a pig script and tools for manipulating those operators. 
org.apache.pig.impl.logicalLayer.schema   
org.apache.pig.impl.logicalLayer.validators   
org.apache.pig.impl.plan   
org.apache.pig.impl.util   
 

Uses of MultiMap in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators that return MultiMap
 MultiMap<PhysicalOperator,PhysicalPlan> POSkewedJoin.getJoinPlans()
           
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators with parameters of type MultiMap
 void POSkewedJoin.setJoinPlans(MultiMap<PhysicalOperator,PhysicalPlan> joinPlans)
           
 

Constructors in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators with parameters of type MultiMap
POMergeJoin(OperatorKey k, int rp, List<PhysicalOperator> inp, MultiMap<PhysicalOperator,PhysicalPlan> inpPlans, List<List<Byte>> keyTypes)
           
 

Uses of MultiMap in org.apache.pig.impl.logicalLayer
 

Methods in org.apache.pig.impl.logicalLayer that return MultiMap
 MultiMap<LogicalOperator,LogicalPlan> LOCogroup.getGroupByPlans()
           
 MultiMap<LogicalOperator,LogicalPlan> LOJoin.getJoinPlans()
           
protected  MultiMap<LogicalOperator,LogicalPlan> DotLOPrinter.getMultiInputNestedPlans(LogicalOperator op)
           
 

Methods in org.apache.pig.impl.logicalLayer with parameters of type MultiMap
 void LOCogroup.setGroupByPlans(MultiMap<LogicalOperator,LogicalPlan> groupByPlans)
           
 void LOJoin.setJoinPlans(MultiMap<LogicalOperator,LogicalPlan> joinPlans)
           
 

Constructors in org.apache.pig.impl.logicalLayer with parameters of type MultiMap
LOCogroup(LogicalPlan plan, OperatorKey k, MultiMap<LogicalOperator,LogicalPlan> groupByPlans, boolean[] isInner)
           
LOJoin(LogicalPlan plan, OperatorKey k, MultiMap<LogicalOperator,LogicalPlan> joinPlans, LOJoin.JOINTYPE jt, boolean[] isInner)
           
 

Uses of MultiMap in org.apache.pig.impl.logicalLayer.schema
 

Methods in org.apache.pig.impl.logicalLayer.schema that return MultiMap
 MultiMap<LogicalOperator,String> Schema.FieldSchema.getReverseCanonicalMap()
           
 

Uses of MultiMap in org.apache.pig.impl.logicalLayer.validators
 

Fields in org.apache.pig.impl.logicalLayer.validators declared as MultiMap
static MultiMap<Byte,Byte> TypeCheckingVisitor.castLookup
           
 

Uses of MultiMap in org.apache.pig.impl.plan
 

Fields in org.apache.pig.impl.plan declared as MultiMap
protected  MultiMap<E,E> OperatorPlan.mFromEdges
           
protected  MultiMap<E,E> OperatorPlan.mToEdges
           
 

Methods in org.apache.pig.impl.plan that return MultiMap
 MultiMap<Integer,ProjectionMap.Column> ProjectionMap.getMappedFields()
           
protected  MultiMap<E,S> PlanDumper.getMultiInputNestedPlans(E op)
          Used to determine if an operator has nested plans, which are connected to specific input operators.
 

Methods in org.apache.pig.impl.plan with parameters of type MultiMap
protected  void DotPlanDumper.dumpMultiInputNestedOperator(E op, MultiMap<E,S> plans)
           
protected  void PlanDumper.dumpMultiInputNestedOperator(E op, MultiMap<E,S> plans)
          Will be called when an operator has nested plans, which are connected to one of the multiple inputs.
 void ProjectionMap.setMappedFields(MultiMap<Integer,ProjectionMap.Column> fields)
           
 

Constructors in org.apache.pig.impl.plan with parameters of type MultiMap
ProjectionMap(MultiMap<Integer,ProjectionMap.Column> mapFields, List<Pair<Integer,Integer>> removedFields, List<Integer> addedFields)
           
 

Uses of MultiMap in org.apache.pig.impl.util
 

Subclasses of MultiMap in org.apache.pig.impl.util
 class LinkedMultiMap<K,V>
           
 



Copyright © ${year} The Apache Software Foundation