public class LogicalPlanPrinter extends PlanVisitor
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
reverse |
static java.lang.String |
SEPERATE |
protected java.util.ArrayList<byte[]> |
tabs |
currentWalker, DEFAULT_SCOPE, plan| Constructor and Description |
|---|
LogicalPlanPrinter(OperatorPlan plan,
java.io.PrintStream ps) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
depthFirstLP() |
void |
visit()
Entry point for visiting the plan.
|
getPlan, popWalker, pushWalkerpublic static java.lang.String SEPERATE
protected java.util.ArrayList<byte[]> tabs
protected boolean reverse
public LogicalPlanPrinter(OperatorPlan plan, java.io.PrintStream ps) throws FrontendException
ps - PrintStream to output plan information toplan - Logical plan to printFrontendExceptionpublic void visit()
throws FrontendException
PlanVisitorvisit in class PlanVisitorVisitorException - if an error is encountered while visiting.FrontendExceptionprotected void depthFirstLP()
throws FrontendException,
java.io.IOException
FrontendExceptionjava.io.IOExceptionCopyright © 2007-2012 The Apache Software Foundation