|
IQueryPlanNode | Plan [get, private set] |
| Returns the plan for this table source. More...
|
|
bool | IsUpdated [get, private set] |
| Returns true if the planner was updated. More...
|
|
ObjectName[] | ColumnNames [get, private set] |
| The list of fully qualified column objects that are accessible within this plan. More...
|
|
string[] | UniqueNames [get, private set] |
| The list of unique key names of the tables in this plan. More...
|
|
TablePlan | LeftPlan [get, private set] |
|
TablePlan | RightPlan [get, private set] |
|
JoinType | LeftJoinType [get, private set] |
|
JoinType | RightJoinType [get, private set] |
|
SqlExpression | LeftOnExpression [get, private set] |
|
SqlExpression | RightOnExpression [get, private set] |
|
Definition at line 23 of file TablePlan.cs.
Definition at line 24 of file TablePlan.cs.
26 throw new ArgumentNullException(
"plan");
27 if (columnNames == null)
28 throw new ArgumentNullException(
"columnNames");
string[] UniqueNames
The list of unique key names of the tables in this plan.
JoinType
Enumerates the kind of group join in a selection query.
ObjectName[] ColumnNames
The list of fully qualified column objects that are accessible within this plan.
bool IsUpdated
Returns true if the planner was updated.
IQueryPlanNode Plan
Returns the plan for this table source.
TablePlan Deveel.Data.Sql.Query.TablePlan.Clone |
( |
| ) |
|
|
inline |
Definition at line 127 of file TablePlan.cs.
string[] UniqueNames
The list of unique key names of the tables in this plan.
ObjectName[] ColumnNames
The list of fully qualified column objects that are accessible within this plan.
TablePlan(IQueryPlanNode plan, ObjectName[] columnNames, string[] uniqueNames)
IQueryPlanNode Plan
Returns the plan for this table source.
bool Deveel.Data.Sql.Query.TablePlan.ContainsColumn |
( |
ObjectName |
columnName | ) |
|
|
inline |
Definition at line 116 of file TablePlan.cs.
ObjectName[] ColumnNames
The list of fully qualified column objects that are accessible within this plan.
bool Deveel.Data.Sql.Query.TablePlan.ContainsName |
( |
string |
name | ) |
|
|
inline |
Definition at line 120 of file TablePlan.cs.
string[] UniqueNames
The list of unique key names of the tables in this plan.
Definition at line 80 of file TablePlan.cs.
SqlExpression LeftOnExpression
Definition at line 92 of file TablePlan.cs.
93 if (left.RightPlan != right) {
94 if (left.RightPlan != null) {
95 RightJoin(left.RightPlan, left.RightJoinType, left.RightOnExpression);
98 if (right.LeftPlan != null) {
99 LeftJoin(right.LeftPlan, right.LeftJoinType, right.LeftOnExpression);
104 if (left.LeftPlan != right) {
106 LeftJoin(left.LeftPlan, left.LeftJoinType, left.LeftOnExpression);
110 RightJoin(right.RightPlan, right.RightJoinType, right.RightOnExpression);
void RightJoin(TablePlan right, JoinType joinType, SqlExpression onExpression)
void LeftJoin(TablePlan left, JoinType joinType, SqlExpression onExpression)
Definition at line 86 of file TablePlan.cs.
SqlExpression RightOnExpression
void Deveel.Data.Sql.Query.TablePlan.SetCachePoint |
( |
| ) |
|
|
inline |
Definition at line 71 of file TablePlan.cs.
72 if (!(
Plan is CachePointNode))
IQueryPlanNode Plan
Returns the plan for this table source.
void Deveel.Data.Sql.Query.TablePlan.SetUpdated |
( |
| ) |
|
|
inline |
Definition at line 76 of file TablePlan.cs.
bool IsUpdated
Returns true if the planner was updated.
void Deveel.Data.Sql.Query.TablePlan.UpdatePlan |
( |
IQueryPlanNode |
queryPlan | ) |
|
|
inline |
Definition at line 131 of file TablePlan.cs.
bool IsUpdated
Returns true if the planner was updated.
IQueryPlanNode Plan
Returns the plan for this table source.
ObjectName [] Deveel.Data.Sql.Query.TablePlan.ColumnNames |
|
getprivate set |
The list of fully qualified column objects that are accessible within this plan.
Definition at line 52 of file TablePlan.cs.
bool Deveel.Data.Sql.Query.TablePlan.IsUpdated |
|
getprivate set |
Returns true if the planner was updated.
Definition at line 46 of file TablePlan.cs.
JoinType Deveel.Data.Sql.Query.TablePlan.LeftJoinType |
|
getprivate set |
TablePlan Deveel.Data.Sql.Query.TablePlan.LeftPlan |
|
getprivate set |
Returns the plan for this table source.
Definition at line 41 of file TablePlan.cs.
JoinType Deveel.Data.Sql.Query.TablePlan.RightJoinType |
|
getprivate set |
TablePlan Deveel.Data.Sql.Query.TablePlan.RightPlan |
|
getprivate set |
string [] Deveel.Data.Sql.Query.TablePlan.UniqueNames |
|
getprivate set |
The list of unique key names of the tables in this plan.
Definition at line 57 of file TablePlan.cs.
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/TablePlan.cs