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

All Known Implementing Classes:
ReduceSinkOperator, VectorReduceSinkOperator
Enclosing class:
TopNHash

public static interface TopNHash.BinaryCollector

For interaction between operator and top-n hash. Currently only used to forward key/values stored in hash.


Method Summary
 void collect(byte[] key, byte[] value, int hash)
           
 

Method Detail

collect

void collect(byte[] key,
             byte[] value,
             int hash)
             throws IOException
Throws:
IOException


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