QueryPlanNode, java.io.Serializable, java.lang.Cloneablepublic static class QueryPlan.CompositeNode extends QueryPlan.BranchQueryPlanNode
left, right| Constructor | Description |
|---|---|
CompositeNode(QueryPlanNode left,
QueryPlanNode right,
int composite_op,
boolean all_op) |
| Modifier and Type | Method | Description |
|---|---|---|
Table |
evaluate(QueryContext context) |
Evaluates the node and returns the result as a Table.
|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, debugString, discoverCorrelatedVariables, discoverTableNames, left, right, titleStringpublic CompositeNode(QueryPlanNode left, QueryPlanNode right, int composite_op, boolean all_op)
public Table evaluate(QueryContext context)
QueryPlanNodeCopyright © 2018. All rights reserved.