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

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

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

Methods in org.apache.hadoop.hive.ql.exec.persistence with parameters of type VectorHashKeyWrapper
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 VectorHashKeyWrapper in org.apache.hadoop.hive.ql.exec.vector
 

Methods in org.apache.hadoop.hive.ql.exec.vector that return VectorHashKeyWrapper
 VectorHashKeyWrapper VectorHashKeyWrapperBatch.allocateKeyWrapper()
           
 VectorHashKeyWrapper[] VectorHashKeyWrapperBatch.getVectorHashKeyWrappers()
          Accessor for the batch-sized array of key wrappers.
 

Methods in org.apache.hadoop.hive.ql.exec.vector with parameters of type VectorHashKeyWrapper
 void VectorHashKeyWrapper.duplicateTo(VectorHashKeyWrapper clone)
           
 Object VectorHashKeyWrapperBatch.getWritableKeyValue(VectorHashKeyWrapper kw, int i, VectorExpressionWriter keyOutputWriter)
          Get the row-mode writable object value of a key from a key wrapper
 



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