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