org.apache.pig.pen
Class ExampleGenerator

java.lang.Object
  extended by org.apache.pig.pen.ExampleGenerator

public class ExampleGenerator
extends Object


Constructor Summary
ExampleGenerator(LogicalPlan plan, PigContext hadoopPigContext)
           
 
Method Summary
 Map<LogicalOperator,DataBag> getExamples()
           
 void setMaxRecords(int max)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExampleGenerator

public ExampleGenerator(LogicalPlan plan,
                        PigContext hadoopPigContext)
Method Detail

setMaxRecords

public void setMaxRecords(int max)

getExamples

public Map<LogicalOperator,DataBag> getExamples()


Copyright © ${year} The Apache Software Foundation