Uses of Class
org.apache.hadoop.hive.common.ObjectPair

Packages that use ObjectPair
org.apache.hadoop.hive.common   
org.apache.hadoop.hive.ql.optimizer.ppr   
 

Uses of ObjectPair in org.apache.hadoop.hive.common
 

Methods in org.apache.hadoop.hive.common that return ObjectPair
static
<T1,T2> ObjectPair<T1,T2>
ObjectPair.create(T1 f, T2 s)
          Creates a pair.
 

Methods in org.apache.hadoop.hive.common with parameters of type ObjectPair
 boolean ObjectPair.equals(ObjectPair<F,S> that)
           
 

Uses of ObjectPair in org.apache.hadoop.hive.ql.optimizer.ppr
 

Methods in org.apache.hadoop.hive.ql.optimizer.ppr that return ObjectPair
static ObjectPair<PrimitiveObjectInspector,ExprNodeEvaluator> PartExprEvalUtils.prepareExpr(ExprNodeDesc expr, List<String> partNames)
           
 

Methods in org.apache.hadoop.hive.ql.optimizer.ppr with parameters of type ObjectPair
static Object PartExprEvalUtils.evaluateExprOnPart(ObjectPair<PrimitiveObjectInspector,ExprNodeEvaluator> pair, Object partColValues)
           
 



Copyright © 2012 The Apache Software Foundation