org.apache.hadoop.hive.ql.exec.vector
Interface VectorColumnAssign


public interface VectorColumnAssign


Method Summary
 void assignObjectValue(Object val, int destIndex)
           
 void assignVectorValue(VectorizedRowBatch inBatch, int batchIndex, int valueColumn, int destIndex)
           
 void reset()
           
 

Method Detail

assignVectorValue

void assignVectorValue(VectorizedRowBatch inBatch,
                       int batchIndex,
                       int valueColumn,
                       int destIndex)
                       throws HiveException
Throws:
HiveException

assignObjectValue

void assignObjectValue(Object val,
                       int destIndex)
                       throws HiveException
Throws:
HiveException

reset

void reset()


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