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. 
 

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

Fields in org.apache.hadoop.hive.ql.exec declared as KeyWrapper
protected  KeyWrapper GroupByOperator.currentKeys
           
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
 KeyWrapper KeyWrapperFactory.getKeyWrapper()
           
 



Copyright © 2011 The Apache Software Foundation