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

Packages that use KeyWrapper
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
org.apache.hadoop.hive.ql.exec.vector   
 

Uses of KeyWrapper in org.apache.hadoop.hive.ql.exec
 

Fields in org.apache.hadoop.hive.ql.exec declared as KeyWrapper
protected  KeyWrapper PTFOperator.currentKeys
           
protected  KeyWrapper GroupByOperator.currentKeys
           
protected  KeyWrapper PTFOperator.newKeys
           
protected  KeyWrapper GroupByOperator.newKeys
           
 

Fields in org.apache.hadoop.hive.ql.exec with type parameters of type KeyWrapper
protected  HashMap<KeyWrapper,GenericUDAFEvaluator.AggregationBuffer[]> GroupByOperator.hashAggregations
           
protected  HashSet<KeyWrapper> GroupByOperator.keysCurrentGroup
           
 

Methods in org.apache.hadoop.hive.ql.exec that return KeyWrapper
abstract  KeyWrapper KeyWrapper.copyKey()
           
 KeyWrapper KeyWrapperFactory.getKeyWrapper()
           
 

Methods in org.apache.hadoop.hive.ql.exec with parameters of type KeyWrapper
abstract  void KeyWrapper.copyKey(KeyWrapper oldWrapper)
           
 

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

Subclasses of KeyWrapper in org.apache.hadoop.hive.ql.exec.vector
 class VectorHashKeyWrapper
          A hash map key wrapper for vectorized processing.
 

Methods in org.apache.hadoop.hive.ql.exec.vector that return KeyWrapper
 KeyWrapper VectorHashKeyWrapper.copyKey()
           
 

Methods in org.apache.hadoop.hive.ql.exec.vector with parameters of type KeyWrapper
 void VectorHashKeyWrapper.copyKey(KeyWrapper oldWrapper)
           
 



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