|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||