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

Packages that use IdentityHashSet
org.apache.pig.impl.util   
org.apache.pig.pen   
org.apache.pig.pen.util   
 

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

Methods in org.apache.pig.impl.util with parameters of type IdentityHashSet
 IdentityHashMap<Tuple,Integer> LineageTracer.getWeightedCounts(IdentityHashSet<Tuple> specialTuples, int multiplier)
           
 

Uses of IdentityHashSet in org.apache.pig.pen
 

Methods in org.apache.pig.pen that return IdentityHashSet
 IdentityHashSet<Tuple> Illustrator.getInputs()
           
 

Methods in org.apache.pig.pen that return types with arguments of type IdentityHashSet
 Collection<IdentityHashSet<Tuple>> ExampleGenerator.getEqClasses()
           
 LinkedList<IdentityHashSet<Tuple>> Illustrator.getEquivalenceClasses()
           
 Map<LogicalRelationalOperator,Collection<IdentityHashSet<Tuple>>> ExampleGenerator.getLoToEqClassMap()
           
static Map<LogicalRelationalOperator,Collection<IdentityHashSet<Tuple>>> EquivalenceClasses.getLoToEqClassMap(PhysicalPlan plan, LogicalPlan lp, Map<Operator,PhysicalOperator> logToPhyMap, Map<Operator,DataBag> logToDataMap, Map<LOForEach,Map<LogicalRelationalOperator,PhysicalOperator>> forEachInnerLogToPhyMap, HashMap<PhysicalOperator,Collection<IdentityHashSet<Tuple>>> poToEqclassesMap)
           
 

Methods in org.apache.pig.pen with parameters of type IdentityHashSet
 void Illustrator.addInputs(IdentityHashSet<Tuple> inputs)
           
 

Method parameters in org.apache.pig.pen with type arguments of type IdentityHashSet
static Map<LogicalRelationalOperator,Collection<IdentityHashSet<Tuple>>> EquivalenceClasses.getLoToEqClassMap(PhysicalPlan plan, LogicalPlan lp, Map<Operator,PhysicalOperator> logToPhyMap, Map<Operator,DataBag> logToDataMap, Map<LOForEach,Map<LogicalRelationalOperator,PhysicalOperator>> forEachInnerLogToPhyMap, HashMap<PhysicalOperator,Collection<IdentityHashSet<Tuple>>> poToEqclassesMap)
           
 void Illustrator.setEquivalenceClasses(LinkedList<IdentityHashSet<Tuple>> eqClasses, PhysicalOperator po)
           
 

Constructor parameters in org.apache.pig.pen with type arguments of type IdentityHashSet
Illustrator(LineageTracer lineage, LinkedList<IdentityHashSet<Tuple>> equivalenceClasses, IllustratorAttacher attacher, PigContext hadoopPigContext)
           
Illustrator(LineageTracer lineage, LinkedList<IdentityHashSet<Tuple>> equivalenceClasses, int maxRecords, IllustratorAttacher attacher, LogicalSchema schema, PigContext hadoopPigContext)
           
 

Uses of IdentityHashSet in org.apache.pig.pen.util
 

Method parameters in org.apache.pig.pen.util with type arguments of type IdentityHashSet
static float MetricEvaluation.getCompleteness(Operator op, Map<Operator,DataBag> exampleData, Map<LogicalRelationalOperator,Collection<IdentityHashSet<Tuple>>> OperatorToEqClasses, boolean overallCompleteness)
           
static float MetricEvaluation.getConciseness(Operator op, Map<Operator,DataBag> exampleData, Map<LogicalRelationalOperator,Collection<IdentityHashSet<Tuple>>> OperatorToEqClasses, boolean overallConciseness)
           
 



Copyright © 2012 The Apache Software Foundation