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

Packages that use MultiMap
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   
 

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> LOFRJoin.getJoinColPlans()
           
 

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

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

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
           
 



Copyright © ${year} The Apache Software Foundation