public static class ExplainLogicalPlanVisitor.Context extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
depth |
Stack<ExplainLogicalPlanVisitor.DepthString> |
explains |
int |
maxDepth |
| Constructor and Description |
|---|
ExplainLogicalPlanVisitor.Context() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int depth,
PlanString planString) |
Stack<ExplainLogicalPlanVisitor.DepthString> |
getExplains() |
int |
getMaxDepth() |
public int maxDepth
public int depth
public Stack<ExplainLogicalPlanVisitor.DepthString> explains
public void add(int depth,
PlanString planString)
public int getMaxDepth()
public Stack<ExplainLogicalPlanVisitor.DepthString> getExplains()
Copyright © 2015 Apache Software Foundation. All Rights Reserved.