org.apache.hadoop.hive.ql.exec
Class KeyWrapper

java.lang.Object
  extended by org.apache.hadoop.hive.ql.exec.KeyWrapper
Direct Known Subclasses:
VectorHashKeyWrapper

public abstract class KeyWrapper
extends Object


Constructor Summary
KeyWrapper()
           
 
Method Summary
abstract  KeyWrapper copyKey()
           
abstract  void copyKey(KeyWrapper oldWrapper)
           
abstract  Object[] getKeyArray()
           
abstract  void getNewKey(Object row, ObjectInspector rowInspector)
           
abstract  void setHashKey()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyWrapper

public KeyWrapper()
Method Detail

getNewKey

public abstract void getNewKey(Object row,
                               ObjectInspector rowInspector)
                        throws HiveException
Throws:
HiveException

setHashKey

public abstract void setHashKey()

copyKey

public abstract KeyWrapper copyKey()

copyKey

public abstract void copyKey(KeyWrapper oldWrapper)

getKeyArray

public abstract Object[] getKeyArray()


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