DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
A IQueryPlanNode implementation that is a branch with two child nodes. More...
Public Member Functions | |
abstract ITable | Evaluate (IRequest context) |
Protected Member Functions | |
BranchQueryPlanNode (IQueryPlanNode left, IQueryPlanNode right) | |
BranchQueryPlanNode (ObjectData data) | |
virtual void | GetData (SerializeData data) |
Properties | |
IQueryPlanNode | Left [get, private set] |
Gets the left node of the branch query plan node. More... | |
IQueryPlanNode | Right [get, private set] |
Gets the right node of the branch query plan node. More... | |
Private Member Functions | |
void ISerializable. | GetData (SerializeData data) |
A IQueryPlanNode implementation that is a branch with two child nodes.
Definition at line 28 of file BranchQueryPlanNode.cs.
|
inlineprotected |
Definition at line 31 of file BranchQueryPlanNode.cs.
|
inlineprotected |
Definition at line 36 of file BranchQueryPlanNode.cs.
|
inlineprivate |
Implements Deveel.Data.Serialization.ISerializable.
Definition at line 53 of file BranchQueryPlanNode.cs.
|
inlineprotectedvirtual |
Implements Deveel.Data.Serialization.ISerializable.
Reimplemented in Deveel.Data.Sql.Query.CompositeNode, Deveel.Data.Sql.Query.JoinNode, Deveel.Data.Sql.Query.NonCorrelatedAnyAllNode, and Deveel.Data.Sql.Query.EquiJoinNode.
Definition at line 60 of file BranchQueryPlanNode.cs.
|
getprivate set |
Gets the left node of the branch query plan node.
Definition at line 44 of file BranchQueryPlanNode.cs.
|
getprivate set |
Gets the right node of the branch query plan node.
Definition at line 49 of file BranchQueryPlanNode.cs.