org.apache.pig.impl.eval.collector
Class UnflattenCollector
java.lang.Object
org.apache.pig.impl.eval.collector.DataCollector
org.apache.pig.impl.eval.collector.UnflattenCollector
public class UnflattenCollector
- extends DataCollector
Method Summary |
void |
add(Datum d)
Add a tuple to the collector. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnflattenCollector
public UnflattenCollector(DataCollector successor)
add
public void add(Datum d)
- Description copied from class:
DataCollector
- Add a tuple to the collector.
- Specified by:
add
in class DataCollector
Copyright © ${year} The Apache Software Foundation