QueryPlanNode
, java.io.Serializable
, java.lang.Cloneable
public 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, wait
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 © 2018. All rights reserved.