org.apache.pig.impl.eval.collector
Class UnflattenCollector

java.lang.Object
  extended by org.apache.pig.impl.eval.collector.DataCollector
      extended by org.apache.pig.impl.eval.collector.UnflattenCollector

public class UnflattenCollector
extends DataCollector


Field Summary
 
Fields inherited from class org.apache.pig.impl.eval.collector.DataCollector
inTheMiddleOfBag, successor
 
Constructor Summary
UnflattenCollector(DataCollector successor)
           
 
Method Summary
 void add(Datum d)
          Add a tuple to the collector.
 
Methods inherited from class org.apache.pig.impl.eval.collector.DataCollector
addToSuccessor, checkDelimiter, finish, finishPipe, isStale, markStale, needFlatteningLocally, setSuccessor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnflattenCollector

public UnflattenCollector(DataCollector successor)
Method Detail

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