public class ScalarVariableValidator extends LogicalRelationalNodesVisitor
Modifier and Type | Class and Description |
---|---|
static class |
ScalarVariableValidator.ProjectFinder |
Modifier and Type | Field and Description |
---|---|
static String |
ERR_MSG_SCALAR |
currentWalker, DEFAULT_SCOPE, plan
Constructor and Description |
---|
ScalarVariableValidator(OperatorPlan plan) |
Modifier and Type | Method and Description |
---|---|
void |
visit(LOFilter filter) |
void |
visit(LOLimit limit) |
visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit
getPlan, popWalker, pushWalker, visit
public static final String ERR_MSG_SCALAR
public ScalarVariableValidator(OperatorPlan plan) throws FrontendException
FrontendException
public void visit(LOLimit limit) throws FrontendException
visit
in class LogicalRelationalNodesVisitor
FrontendException
public void visit(LOFilter filter) throws FrontendException
visit
in class LogicalRelationalNodesVisitor
FrontendException
Copyright © 2007-2017 The Apache Software Foundation