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

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

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

Fields in org.apache.hadoop.hive.ql.exec with type parameters of type AbstractMapJoinKey
protected  Map<Byte,HashMapWrapper<AbstractMapJoinKey,MapJoinObjectValue>> HashTableSinkOperator.mapJoinTables
           
protected  Map<Byte,HashMapWrapper<AbstractMapJoinKey,MapJoinObjectValue>> MapJoinOperator.mapJoinTables
           
 

Methods in org.apache.hadoop.hive.ql.exec that return AbstractMapJoinKey
static AbstractMapJoinKey JoinUtil.computeMapJoinKeys(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 AbstractMapJoinKey
protected  boolean AbstractMapJoinOperator.hasAnyNulls(AbstractMapJoinKey key)
           
 

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

Subclasses of AbstractMapJoinKey in org.apache.hadoop.hive.ql.exec.persistence
 class MapJoinDoubleKeys
           
 class MapJoinObjectKey
          Map Join Object used for both key.
 class MapJoinSingleKey
           
 



Copyright © 2011 The Apache Software Foundation