public class QueryResult extends PageImpl<FieldValueList>
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) |
QueryResult |
getNextPage() |
Schema |
getSchema()
Returns the schema of the results.
|
long |
getTotalBytesProcessed()
Returns the total number of bytes processed for the query.
|
long |
getTotalRows()
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.getValues(). |
int |
hashCode() |
String |
toString() |
getNextPageToken, getValues, hasNextPage, iterateAll, nextRequestOptionspublic boolean cacheHit()
public Schema getSchema()
public long getTotalBytesProcessed()
public long getTotalRows()
PageImpl.getValues(). Returns 0
if the query was a dry run.public QueryResult getNextPage()
getNextPage in interface com.google.api.gax.paging.Page<FieldValueList>getNextPage in class PageImpl<FieldValueList>public final int hashCode()
hashCode in class PageImpl<FieldValueList>public final boolean equals(Object obj)
equals in class PageImpl<FieldValueList>Copyright © 2017 Google. All rights reserved.