public static class QueryPlan.SimpleSelectNode extends QueryPlan.SingleQueryPlanNode
child| Constructor and Description |
|---|
SimpleSelectNode(QueryPlanNode child,
Variable left_var,
Operator op,
Expression right_expression) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Deep clone.
|
ArrayList |
discoverCorrelatedVariables(int level,
ArrayList list)
Default implementation that discovers correlated variables for the
given offset level.
|
ArrayList |
discoverTableNames(ArrayList list)
Default implementation delegates responsibility to child.
|
Table |
evaluate(QueryContext context)
Evaluates the node and returns the result as a Table.
|
String |
titleString() |
child, debugStringpublic SimpleSelectNode(QueryPlanNode child, Variable left_var, Operator op, Expression right_expression)
public Table evaluate(QueryContext context)
QueryPlanNodepublic ArrayList discoverTableNames(ArrayList list)
QueryPlan.SingleQueryPlanNodediscoverTableNames in interface QueryPlanNodediscoverTableNames in class QueryPlan.SingleQueryPlanNodepublic ArrayList discoverCorrelatedVariables(int level, ArrayList list)
QueryPlan.SingleQueryPlanNodediscoverCorrelatedVariables in interface QueryPlanNodediscoverCorrelatedVariables in class QueryPlan.SingleQueryPlanNodepublic Object clone() throws CloneNotSupportedException
QueryPlan.SingleQueryPlanNodeclone in interface QueryPlanNodeclone in class QueryPlan.SingleQueryPlanNodeCloneNotSupportedExceptionpublic String titleString()
titleString in class QueryPlan.SingleQueryPlanNodeCopyright © 2015. All rights reserved.