Package | Description |
---|---|
org.apache.pig.newplan | |
org.apache.pig.newplan.logical |
Modifier and Type | Class and Description |
---|---|
class |
DotPlanDumper
This class puts everything that is needed to dump a plan in a
format readable by graphviz's dot algorithm.
|
Modifier and Type | Method and Description |
---|---|
protected PlanDumper |
PlanDumper.makeDumper(BaseOperatorPlan plan,
java.io.PrintStream ps)
makeDumper is a factory method.
|
protected PlanDumper |
DotPlanDumper.makeDumper(BaseOperatorPlan plan,
java.io.PrintStream ps) |
Modifier and Type | Class and Description |
---|---|
class |
DotLOPrinter
This class can print a logical plan in the DOT format.
|
Copyright © 2007-2012 The Apache Software Foundation