| Package | Description |
|---|---|
| com.redhat.lightblue.assoc | |
| com.redhat.lightblue.assoc.ep |
| Modifier and Type | Field and Description |
|---|---|
protected QueryFieldInfo |
BoundValue.fieldInfo |
protected QueryFieldInfo |
BoundList.fieldInfo |
| Modifier and Type | Method and Description |
|---|---|
QueryFieldInfo |
BoundObject.getFieldInfo() |
QueryFieldInfo |
BoundValue.getFieldInfo() |
QueryFieldInfo |
BoundList.getFieldInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<QueryFieldInfo> |
AnalyzeQuery.getFieldInfo() |
List<QueryFieldInfo> |
Conjunct.getFieldInfo()
Returns the field information about the fields in the conjunct
|
| Modifier and Type | Method and Description |
|---|---|
RewriteQuery.RewriteQueryResult |
RewriteQuery.rewriteQuery(QueryExpression q,
List<QueryFieldInfo> fieldInfo)
Rewrites a query using field information obtained from AnalyzeQuery
|
| Constructor and Description |
|---|
BoundList(QueryFieldInfo fieldInfo) |
BoundValue(QueryFieldInfo fieldInfo) |
| Constructor and Description |
|---|
Conjunct(QueryExpression q,
List<QueryFieldInfo> fieldInfo,
ResolvedReferenceField reference) |
| Modifier and Type | Method and Description |
|---|---|
static Set<Path> |
ExecutionPlan.getIncludedFieldsOfEntityForSearch(ExecutionBlock block,
List<QueryFieldInfo> fieldInfo)
Returns the included fields of an entity based on query information.
|
Copyright © 2016. All rights reserved.