public static class DruidQuery.QuerySpec extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) List<String> |
fieldNames |
(package private) String |
queryString |
(package private) QueryType |
queryType |
| Constructor and Description |
|---|
QuerySpec(QueryType queryType,
String queryString,
List<String> fieldNames) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getQueryString(String pagingIdentifier,
int offset) |
int |
hashCode() |
String |
toString() |
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.