public class UnionQueryAnalyzer.Result
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
QueryExecutor<S> |
createExecutor()
Creates a QueryExecutor based on this result.
|
java.util.List<IndexedQueryAnalyzer.Result> |
getSubResults()
Returns results for each sub-query to be executed in the union.
|
OrderingList<S> |
getTotalOrdering()
Returns a total ordering, if one was imposed.
|
public java.util.List<IndexedQueryAnalyzer.Result> getSubResults()
public OrderingList<S> getTotalOrdering()
public QueryExecutor<S> createExecutor() throws SupportException, FetchException, RepositoryException
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.