public class QueryResult extends Object
| Constructor and Description |
|---|
QueryResult(List<Result> results,
long sampleSize) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Result |
getFirstResultByGroup(GroupResult matchingGroup) |
List<Result> |
getResults() |
long |
getSampleSize()
Returns the number of data points returned by the query prior to aggregation.
|
int |
hashCode() |
String |
toString() |
public long getSampleSize()
public Result getFirstResultByGroup(GroupResult matchingGroup)
Copyright © 2020. All rights reserved.