|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.visualization.datasource.QuerySplitter
public final class QuerySplitter
A utility class for splitting the user query into a data source query and a completion query. The data source query is executed by the data source, the completion query is then executed by the query engine. The splitting is performed based on the capabilities that the data source declares it can handle.
| Method Summary | |
|---|---|
static QueryPair |
splitQuery(Query query,
Capabilities capabilities)
Split the query into a data source query and completion query. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static QueryPair splitQuery(Query query,
Capabilities capabilities)
throws DataSourceException
QueryEngine engine on the result of
the data source query.
query - The Query to split.capabilities - The capabilities supported by the data source.
DataSourceException - Thrown if the capabilities are not supported.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||