| Interface | Description |
|---|---|
| QueryPlanIterator |
Iterates over possible query plans by rearranging the query plan graph.
|
| QueryPlanScorer |
The implementation should assign a score to the query plan, and
return it in a structure that can be compared using Comparable
interface methods.
|
| Class | Description |
|---|---|
| AssocConstants | |
| ChildDocReference |
Represents a reference to another document for another entity.
|
| Conjunct |
A query clause that cannot be further broken into conjuncts of a
conjunctive normal form query.
|
| ConnMx |
A simple connection matrix implementation
|
| QueryPlan |
Represents a query plan.
|
| QueryPlanChooser | |
| QueryPlanData |
Instances of this class is used to associate additional data to
query plan nodes and edges.
|
| QueryPlanNode |
Abstract base class for query plan node.
|
| ResolvedFieldBinding |
This class represents a field binding interpreted based on the
metadata.
|
| ResolvedFieldBinding.BindResult |
This class is used to return binding results.
|
| ResolvedFieldInfo | |
| ResultDoc |
A result document of a particular entity type.
|
Copyright © 2015. All rights reserved.