org.apache.pig.pen.util
Class DisplayExamples

java.lang.Object
  extended by org.apache.pig.pen.util.DisplayExamples

public class DisplayExamples
extends Object


Field Summary
static int MAX_DATAATOM_LENGTH
           
 
Constructor Summary
DisplayExamples()
           
 
Method Summary
static void printSimple(LogicalOperator op, Map<LogicalOperator,DataBag> exampleData)
           
static String printTabular(LogicalPlan lp, Map<LogicalOperator,DataBag> exampleData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_DATAATOM_LENGTH

public static final int MAX_DATAATOM_LENGTH
See Also:
Constant Field Values
Constructor Detail

DisplayExamples

public DisplayExamples()
Method Detail

printTabular

public static String printTabular(LogicalPlan lp,
                                  Map<LogicalOperator,DataBag> exampleData)

printSimple

public static void printSimple(LogicalOperator op,
                               Map<LogicalOperator,DataBag> exampleData)


Copyright © ${year} The Apache Software Foundation