public class AggregationResults extends Object implements Iterable<AggregationResult>
AggregationQuery
query submission. Contains a List
and readTime Timestamp
in it.
This can be used to iterate over an underlying List
directly.
Constructor and Description |
---|
AggregationResults(List<AggregationResult> aggregationResults,
com.google.cloud.Timestamp readTime) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
AggregationResult |
get(int index) |
com.google.cloud.Timestamp |
getReadTime()
Returns read timestamp this result batch was returned from.
|
int |
hashCode() |
Iterator<AggregationResult> |
iterator()
Returns
Iterator for underlying List . |
int |
size() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public AggregationResults(List<AggregationResult> aggregationResults, com.google.cloud.Timestamp readTime)
public Iterator<AggregationResult> iterator()
Iterator
for underlying List
.iterator
in interface Iterable<AggregationResult>
public int size()
@InternalApi public AggregationResult get(int index)
public com.google.cloud.Timestamp getReadTime()
Copyright © 2023 Google LLC. All rights reserved.