org.apache.hadoop.hive.ql.udf.generic
Interface Collector

All Known Implementing Classes:
UDTFCollector

public interface Collector

Collector gets data from a source.


Method Summary
 void collect(Object input)
          Other classes will call collect() with the data that it has.
 

Method Detail

collect

void collect(Object input)
             throws HiveException
Other classes will call collect() with the data that it has.

Parameters:
input -
Throws:
HiveException


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