Uses of Class
org.apache.hadoop.hive.ql.exec.vector.VectorHashKeyWrapperBatch

Packages that use VectorHashKeyWrapperBatch
org.apache.hadoop.hive.ql.exec.persistence   
org.apache.hadoop.hive.ql.exec.vector   
 

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

Methods in org.apache.hadoop.hive.ql.exec.persistence with parameters of type VectorHashKeyWrapperBatch
static MapJoinKey MapJoinKey.readFromVector(ByteStream.Output output, MapJoinKey key, VectorHashKeyWrapper kw, VectorExpressionWriter[] keyOutputWriters, VectorHashKeyWrapperBatch keyWrapperBatch, boolean mayReuseKey)
           
 void MapJoinKeyObject.readFromVector(VectorHashKeyWrapper kw, VectorExpressionWriter[] keyOutputWriters, VectorHashKeyWrapperBatch keyWrapperBatch)
           
 

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

Methods in org.apache.hadoop.hive.ql.exec.vector that return VectorHashKeyWrapperBatch
static VectorHashKeyWrapperBatch VectorHashKeyWrapperBatch.compileKeyWrapperBatch(VectorExpression[] keyExpressions)
          Prepares a VectorHashKeyWrapperBatch to work for a specific set of keys.
 



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