public static class QueryPlan.CompositeNode extends QueryPlan.BranchQueryPlanNode
left, right| Constructor and Description |
|---|
CompositeNode(QueryPlanNode left,
QueryPlanNode right,
int composite_op,
boolean all_op) |
| Modifier and Type | Method and Description |
|---|---|
Table |
evaluate(QueryContext context)
Evaluates the node and returns the result as a Table.
|
clone, debugString, discoverCorrelatedVariables, discoverTableNames, left, right, titleStringpublic CompositeNode(QueryPlanNode left, QueryPlanNode right, int composite_op, boolean all_op)
public Table evaluate(QueryContext context)
QueryPlanNodeCopyright © 2016. All rights reserved.