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, titleString
public CompositeNode(QueryPlanNode left, QueryPlanNode right, int composite_op, boolean all_op)
public Table evaluate(QueryContext context)
QueryPlanNode
Copyright © 2015. All rights reserved.