public static class QueryPlan.NonCorrelatedAnyAllNode extends QueryPlan.BranchQueryPlanNode
NOTE: The cost of a SubQuery is higher if the right child result is greater than the left child result. The plan should be arranged so smaller results are on the left.
left, right| Constructor and Description |
|---|
NonCorrelatedAnyAllNode(QueryPlanNode left,
QueryPlanNode right,
Variable[] left_vars,
Operator subquery_op) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Deep clone.
|
Table |
evaluate(QueryContext context)
Evaluates the node and returns the result as a Table.
|
String |
titleString() |
debugString, discoverCorrelatedVariables, discoverTableNames, left, rightpublic NonCorrelatedAnyAllNode(QueryPlanNode left, QueryPlanNode right, Variable[] left_vars, Operator subquery_op)
public Table evaluate(QueryContext context)
QueryPlanNodepublic Object clone() throws CloneNotSupportedException
QueryPlan.BranchQueryPlanNodeclone in interface QueryPlanNodeclone in class QueryPlan.BranchQueryPlanNodeCloneNotSupportedExceptionpublic String titleString()
titleString in class QueryPlan.BranchQueryPlanNodeCopyright © 2016. All rights reserved.