Package com.google.cloud.datastore.aggregation (2.26.2)
This package is not the recommended entry point to using this client library!
For this library, we recommend using com.google.cloud.datastore for new applications.
Classes
Class | Description |
---|---|
com.google.cloud.datastore.aggregation.Aggregation | Represents a Google Cloud Datastore Aggregation which is used with an AggregationQuery. |
com.google.cloud.datastore.aggregation.AvgAggregation | Represents an Aggregation which returns average of numerical values. |
com.google.cloud.datastore.aggregation.AvgAggregation.Builder | A builder class to create and customize a AvgAggregation. |
com.google.cloud.datastore.aggregation.CountAggregation | Represents an Aggregation which returns count. |
com.google.cloud.datastore.aggregation.CountAggregation.Builder | A builder class to create and customize a CountAggregation. |
com.google.cloud.datastore.aggregation.SumAggregation | Represents an Aggregation which returns sum of numerical values. |
com.google.cloud.datastore.aggregation.SumAggregation.Builder | A builder class to create and customize a SumAggregation. |
Interfaces
Interface | Description |
---|---|
com.google.cloud.datastore.aggregation.AggregationBuilder |
An interface to represent the builders which build and customize Aggregation for com.google.cloud.datastore.AggregationQuery.
Used by com.google.cloud.datastore.AggregationQuery.Builder#addAggregation(AggregationBuilder). |