DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
A branch node for naturally joining two tables together. More...
Public Member Functions | |
NaturalJoinNode (IQueryPlanNode left, IQueryPlanNode right) | |
override ITable | Evaluate (IRequest context) |
Private Member Functions | |
NaturalJoinNode (ObjectData data) | |
Additional Inherited Members | |
Protected Member Functions inherited from Deveel.Data.Sql.Query.BranchQueryPlanNode | |
BranchQueryPlanNode (IQueryPlanNode left, IQueryPlanNode right) | |
BranchQueryPlanNode (ObjectData data) | |
virtual void | GetData (SerializeData data) |
Properties inherited from Deveel.Data.Sql.Query.BranchQueryPlanNode | |
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... | |
A branch node for naturally joining two tables together.
These branches should be optimized out if possible because they result in huge results.
Definition at line 33 of file NaturalJoinNode.cs.
|
inline |
Definition at line 34 of file NaturalJoinNode.cs.
|
inlineprivate |
Definition at line 38 of file NaturalJoinNode.cs.
Implements Deveel.Data.Sql.Query.BranchQueryPlanNode.
Definition at line 42 of file NaturalJoinNode.cs.