|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.visualization.datasource.QueryPair
public class QueryPair
A product of splitQuery() method, composed of a data source query to be executed first by the data source and a second completion query to be executed on the results of the first one by the query engine. The application of the first query and the second query is equivalent to the application of the original query.
| Constructor Summary | |
|---|---|
QueryPair(Query dataSourceQuery,
Query completionQuery)
Construct a new query pair. |
|
| Method Summary | |
|---|---|
Query |
getCompletionQuery()
Returns the completion query. |
Query |
getDataSourceQuery()
Returns the data source query. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryPair(Query dataSourceQuery,
Query completionQuery)
dataSourceQuery - The data source query.completionQuery - The completion query.| Method Detail |
|---|
public Query getDataSourceQuery()
public Query getCompletionQuery()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||