Uses of Class
org.apache.hadoop.hive.ql.exec.persistence.MapJoinKey

Packages that use MapJoinKey
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
org.apache.hadoop.hive.ql.exec.persistence   
 

Uses of MapJoinKey in org.apache.hadoop.hive.ql.exec
 

Methods in org.apache.hadoop.hive.ql.exec that return MapJoinKey
static MapJoinKey JoinUtil.computeMapJoinKeys(MapJoinKey key, Object row, List<ExprNodeEvaluator> keyFields, List<ObjectInspector> keyFieldsOI)
          Return the key as a standard object.
 

Methods in org.apache.hadoop.hive.ql.exec with parameters of type MapJoinKey
static MapJoinKey JoinUtil.computeMapJoinKeys(MapJoinKey key, Object row, List<ExprNodeEvaluator> keyFields, List<ObjectInspector> keyFieldsOI)
          Return the key as a standard object.
protected  boolean AbstractMapJoinOperator.hasAnyNulls(MapJoinKey key)
           
 

Uses of MapJoinKey in org.apache.hadoop.hive.ql.exec.persistence
 

Methods in org.apache.hadoop.hive.ql.exec.persistence that return types with arguments of type MapJoinKey
 Set<Map.Entry<MapJoinKey,MapJoinRowContainer>> HashMapWrapper.entrySet()
           
 Set<Map.Entry<MapJoinKey,MapJoinRowContainer>> MapJoinTableContainer.entrySet()
           
 

Methods in org.apache.hadoop.hive.ql.exec.persistence with parameters of type MapJoinKey
 MapJoinRowContainer HashMapWrapper.get(MapJoinKey key)
           
 MapJoinRowContainer MapJoinTableContainer.get(MapJoinKey key)
           
 void HashMapWrapper.put(MapJoinKey key, MapJoinRowContainer value)
           
 void MapJoinTableContainer.put(MapJoinKey key, MapJoinRowContainer value)
           
 



Copyright © 2012 The Apache Software Foundation