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

java.lang.Object
  extended by org.apache.hadoop.hive.ql.exec.KeyWrapperFactory

public class KeyWrapperFactory
extends Object


Constructor Summary
KeyWrapperFactory(ExprNodeEvaluator[] keyFields, ObjectInspector[] keyObjectInspectors, ObjectInspector[] currentKeyObjectInspectors)
           
 
Method Summary
 KeyWrapper getKeyWrapper()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyWrapperFactory

public KeyWrapperFactory(ExprNodeEvaluator[] keyFields,
                         ObjectInspector[] keyObjectInspectors,
                         ObjectInspector[] currentKeyObjectInspectors)
Method Detail

getKeyWrapper

public KeyWrapper getKeyWrapper()


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