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   
org.apache.hadoop.hive.ql.exec.vector   
 

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

Methods in org.apache.hadoop.hive.ql.exec that return MapJoinKey
protected  MapJoinKey MapJoinOperator.computeMapJoinKey(Object row, byte alias)
           
protected  MapJoinKey MapJoinOperator.getRefKey(MapJoinKey prevKey, byte alias)
           
 

Methods in org.apache.hadoop.hive.ql.exec with parameters of type MapJoinKey
protected  MapJoinKey MapJoinOperator.getRefKey(MapJoinKey prevKey, byte alias)
           
 

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

Subclasses of MapJoinKey in org.apache.hadoop.hive.ql.exec.persistence
 class MapJoinKeyBytes
          Size-optimized implementation of MapJoinKeyBase.
 class MapJoinKeyObject
           
 

Methods in org.apache.hadoop.hive.ql.exec.persistence that return MapJoinKey
static MapJoinKey MapJoinKeyBytes.fromBytes(MapJoinKey key, boolean mayReuseKey, byte[] structBytes)
           
 MapJoinKey MapJoinTableContainer.getAnyKey()
           
 MapJoinKey HashMapWrapper.getAnyKey()
           
static MapJoinKey MapJoinKey.read(ByteStream.Output output, MapJoinKey key, MapJoinObjectSerDeContext context, org.apache.hadoop.io.Writable writable, boolean mayReuseKey)
           
static MapJoinKey MapJoinKey.readFromRow(ByteStream.Output output, MapJoinKey key, Object row, List<ExprNodeEvaluator> fields, List<ObjectInspector> keyFieldsOI, boolean mayReuseKey)
           
static MapJoinKey MapJoinKey.readFromVector(ByteStream.Output output, MapJoinKey key, VectorHashKeyWrapper kw, VectorExpressionWriter[] keyOutputWriters, VectorHashKeyWrapperBatch keyWrapperBatch, boolean mayReuseKey)
           
 

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

Methods in org.apache.hadoop.hive.ql.exec.persistence with parameters of type MapJoinKey
static MapJoinKey MapJoinKeyBytes.fromBytes(MapJoinKey key, boolean mayReuseKey, byte[] structBytes)
           
 MapJoinRowContainer MapJoinTableContainer.get(MapJoinKey key)
           
 MapJoinRowContainer HashMapWrapper.get(MapJoinKey key)
           
 void MapJoinTableContainer.put(MapJoinKey key, MapJoinRowContainer value)
           
 void HashMapWrapper.put(MapJoinKey key, MapJoinRowContainer value)
           
static MapJoinKey MapJoinKey.read(ByteStream.Output output, MapJoinKey key, MapJoinObjectSerDeContext context, org.apache.hadoop.io.Writable writable, boolean mayReuseKey)
           
static MapJoinKey MapJoinKey.readFromRow(ByteStream.Output output, MapJoinKey key, Object row, List<ExprNodeEvaluator> fields, List<ObjectInspector> keyFieldsOI, boolean mayReuseKey)
           
static MapJoinKey MapJoinKey.readFromVector(ByteStream.Output output, MapJoinKey key, VectorHashKeyWrapper kw, VectorExpressionWriter[] keyOutputWriters, VectorHashKeyWrapperBatch keyWrapperBatch, boolean mayReuseKey)
           
 

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

Methods in org.apache.hadoop.hive.ql.exec.vector that return MapJoinKey
protected  MapJoinKey VectorMapJoinOperator.computeMapJoinKey(Object row, byte alias)
           
 



Copyright © 2014 The Apache Software Foundation. All rights reserved.