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, pushWalker
public 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 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, java.io.IOException
FrontendException
java.io.IOException
Copyright © 2007-2017 The Apache Software Foundation