|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Interface Summary | |
|---|---|
| Optimizer | Interface for an optimizer. |
| QueryExecutionPlaner | Interface for a query execution planner. |
| Class Summary | |
|---|---|
| QueryExecutionPlan | One step from query execution plan. |
| QueryExecutionPlan.JoinExecutionPlan | Plan what join two sources. |
| QueryExecutionPlan.LimitExecutionPlan | Execution step for limit phase. |
| QueryExecutionPlan.NestedExecutionPlan | |
| QueryExecutionPlan.ProjectExecutionPlan | Execution step for project phase. |
| QueryExecutionPlan.SelectorExecutionPlan | Plan for what accumulate information about source |
| QueryExecutionPlan.SortExecutionPlan | Execution step for sort phase. |
| QueryExecutionPlan.SourceExecutionPlan | Ancestor for Selector and Join step. |
| QueryExecutionPlan.WhereExecutionPlan | Execution step for constraint. |
| SimplePlaner | The planner that produces a simple query plan given a query . |
| Enum Summary | |
|---|---|
| JoinAlgorithm | Implementation of join algorithm. |
| QueryExecutionPlan.Type | An enumeration dictating the type of plan tree nodes. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||