QueryPlanNode, java.io.Serializable, java.lang.Cloneablepublic static class QueryPlan.LogicalUnionNode extends QueryPlan.BranchQueryPlanNode
This union does not include duplicated rows.
left, right| Constructor | Description |
|---|---|
LogicalUnionNode(QueryPlanNode left,
QueryPlanNode right) |
| Modifier and Type | Method | Description |
|---|---|---|
Table |
evaluate(QueryContext context) |
Evaluates the node and returns the result as a Table.
|
java.lang.String |
titleString() |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, debugString, discoverCorrelatedVariables, discoverTableNames, left, rightpublic LogicalUnionNode(QueryPlanNode left, QueryPlanNode right)
public Table evaluate(QueryContext context)
QueryPlanNodepublic java.lang.String titleString()
titleString in class QueryPlan.BranchQueryPlanNodeCopyright © 2018. All rights reserved.