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

Packages that use Collector
org.apache.hadoop.hive.ql.udf.generic Standard toolkit and framework for generic User-defined functions. 
 

Uses of Collector in org.apache.hadoop.hive.ql.udf.generic
 

Classes in org.apache.hadoop.hive.ql.udf.generic that implement Collector
 class UDTFCollector
          UDTFCollector collects data from a GenericUDTF and passes the data to a UDTFOperator.
 

Methods in org.apache.hadoop.hive.ql.udf.generic with parameters of type Collector
 void GenericUDTF.setCollector(Collector collector)
          Associates a collector with this UDTF.
 



Copyright © 2010 The Apache Software Foundation