public class QueryResult extends PageImpl<List<FieldValue>>
PageImpl.NextPageFetcher<T>| Modifier and Type | Method and Description |
|---|---|
boolean |
cacheHit()
Returns whether the query result was fetched from the query cache.
|
boolean |
equals(Object obj) |
int |
hashCode() |
QueryResult |
nextPage() |
Schema |
schema()
Returns the schema of the results.
|
String |
toString() |
long |
totalBytesProcessed()
Returns the total number of bytes processed for the query.
|
long |
totalRows()
Returns the total number of rows in the complete query result set, which can be more than the
number of rows in the first page of results returned by
PageImpl.values(). |
iterateAll, nextPageCursor, nextRequestOptions, valuespublic boolean cacheHit()
public Schema schema()
public long totalBytesProcessed()
public long totalRows()
PageImpl.values(). Returns 0
if the query was a dry run.public QueryResult nextPage()
nextPage in interface Page<List<FieldValue>>nextPage in class PageImpl<List<FieldValue>>public final int hashCode()
hashCode in class PageImpl<List<FieldValue>>public final boolean equals(Object obj)
equals in class PageImpl<List<FieldValue>>Copyright © 2016 Google. All rights reserved.