|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Planner | |
|---|---|
| org.jboss.dna.graph.query | The Query API provides a mechanism for building and executing queries. |
| org.jboss.dna.graph.query.plan | This package defines the Planner interface, the CanonicalPlanner implementation, and the
PlanNode class that is used to represent a canonical query plan. |
| Uses of Planner in org.jboss.dna.graph.query |
|---|
| Constructors in org.jboss.dna.graph.query with parameters of type Planner | |
|---|---|
QueryEngine(Planner planner,
Optimizer optimizer,
Processor processor)
Create a new query engine given the planner, optimizer, processor, and
schemata. |
|
| Uses of Planner in org.jboss.dna.graph.query.plan |
|---|
| Classes in org.jboss.dna.graph.query.plan that implement Planner | |
|---|---|
class |
CanonicalPlanner
The planner that produces a canonical query plan given a query command. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||