| Constructor and Description |
|---|
ContextChecker()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
check(Plan plan)
Checks whether the given plan is valid.
|
void |
postVisit(Operator<?> node) |
boolean |
preVisit(Operator<?> node)
Checks whether the node is correctly connected to its input.
|
public void check(Plan plan)
plan - The plan to check.public boolean preVisit(Operator<?> node)
Copyright © 2014 The Apache Software Foundation. All rights reserved.