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 types with arguments of type IdentityHashSet
static Collection<IdentityHashSet<Tuple>> EquivalenceClasses.GetEquivalenceClasses(LogicalOperator op, Map<LogicalOperator,DataBag> derivedData)
           
 

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(LogicalOperator op, Map<LogicalOperator,DataBag> exampleData, Map<LogicalOperator,Collection<IdentityHashSet<Tuple>>> OperatorToEqClasses, boolean overallCompleteness)
           
static float MetricEvaluation.getConciseness(LogicalOperator op, Map<LogicalOperator,DataBag> exampleData, Map<LogicalOperator,Collection<IdentityHashSet<Tuple>>> OperatorToEqClasses, boolean overallConciseness)
           
 



Copyright © ${year} The Apache Software Foundation