| Package | Description |
|---|---|
| com.redhat.lightblue.assoc |
| Modifier and Type | Method and Description |
|---|---|
List<Conjunct> |
QueryPlanData.getConjuncts()
The query clauses associated with this node/edge
|
List<Conjunct> |
QueryPlan.getUnassignedClauses()
Returns the list containing clauses that cannot be associated
with a node or an edge (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
static ResolvedFieldBinding.BindResult |
ResolvedFieldBinding.bind(List<Conjunct> clauses,
QueryPlanNode atNode,
CompositeMetadata root)
Binds a list of clauses for execution at a particular query plan node
|
void |
QueryPlanData.setConjuncts(List<Conjunct> l)
The query clauses associated with this node/edge
|
Copyright © 2015. All rights reserved.