Package | Description |
---|---|
com.google.cloud.datastore |
A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.
|
com.google.cloud.datastore.aggregation |
Modifier and Type | Method and Description |
---|---|
Set<Aggregation> |
AggregationQuery.getAggregations()
Returns the
Aggregation (s) for this Query. |
Modifier and Type | Method and Description |
---|---|
AggregationQuery.Builder |
AggregationQuery.Builder.addAggregation(Aggregation aggregation) |
Modifier and Type | Interface and Description |
---|---|
interface |
AggregationBuilder<A extends Aggregation>
An interface to represent the builders which build and customize
Aggregation for AggregationQuery . |
Modifier and Type | Class and Description |
---|---|
class |
CountAggregation
Represents an
Aggregation which returns count. |
Copyright © 2023 Google LLC. All rights reserved.