Definition at line 24 of file LogicalUnionNode.cs.
Deveel.Data.Sql.Query.LogicalUnionNode.LogicalUnionNode |
( |
ObjectData |
data | ) |
|
|
inlineprivate |
override ITable Deveel.Data.Sql.Query.LogicalUnionNode.Evaluate |
( |
IRequest |
context | ) |
|
|
inlinevirtual |
Implements Deveel.Data.Sql.Query.BranchQueryPlanNode.
Definition at line 33 of file LogicalUnionNode.cs.
37 return leftResult.Union(rightResult);
IQueryPlanNode Right
Gets the right node of the branch query plan node.
ITable Evaluate(IRequest context)
IQueryPlanNode Left
Gets the left node of the branch query plan node.
The documentation for this class was generated from the following file:
- /var/calculate/remote/distfiles/egit-src/deveeldb.git/src/deveeldb/Deveel.Data.Sql.Query/LogicalUnionNode.cs