Package | Description |
---|---|
com.amazon.carbonado.qe |
Support for implementing a Query Engine.
|
Modifier and Type | Method and Description |
---|---|
IndexedQueryAnalyzer.Result |
IndexedQueryAnalyzer.analyze(Filter<S> filter,
OrderingList<S> ordering,
QueryHints hints) |
IndexedQueryAnalyzer.Result |
IndexedQueryAnalyzer.Result.mergeRemainder(IndexedQueryAnalyzer.Result other)
Merges the remainder filter and orderings of this result with the
one given, returning a new result.
|
IndexedQueryAnalyzer.Result |
IndexedQueryAnalyzer.Result.mergeRemainderFilter(Filter<S> filter)
Merges the remainder filter of this result with the given filter,
returning a new result.
|
IndexedQueryAnalyzer.Result |
IndexedQueryAnalyzer.Result.withRemainderFilter(Filter<S> remainderFilter)
Returns a new result with the remainder filter replaced.
|
IndexedQueryAnalyzer.Result |
IndexedQueryAnalyzer.Result.withRemainderOrdering(OrderingList<S> remainderOrdering)
Returns a new result with the remainder ordering replaced.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IndexedQueryAnalyzer.Result> |
UnionQueryAnalyzer.Result.getSubResults()
Returns results for each sub-query to be executed in the union.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IndexedQueryAnalyzer.Result.canMergeRemainder(IndexedQueryAnalyzer.Result other)
Returns true if the given result uses the same index as this, and in
the same way.
|
IndexedQueryAnalyzer.Result |
IndexedQueryAnalyzer.Result.mergeRemainder(IndexedQueryAnalyzer.Result other)
Merges the remainder filter and orderings of this result with the
one given, returning a new result.
|
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.