Uses of Interface
org.apache.hadoop.hive.ql.exec.TopNHash.BinaryCollector

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

Uses of TopNHash.BinaryCollector in org.apache.hadoop.hive.ql.exec
 

Classes in org.apache.hadoop.hive.ql.exec that implement TopNHash.BinaryCollector
 class ReduceSinkOperator
          Reduce Sink Operator sends output to the reduce stage.
 

Methods in org.apache.hadoop.hive.ql.exec with parameters of type TopNHash.BinaryCollector
 void TopNHash.initialize(int topN, float memUsage, boolean isMapGroupBy, TopNHash.BinaryCollector collector)
           
 

Uses of TopNHash.BinaryCollector in org.apache.hadoop.hive.ql.exec.vector
 

Classes in org.apache.hadoop.hive.ql.exec.vector that implement TopNHash.BinaryCollector
 class VectorReduceSinkOperator
           
 



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