Package com.google.cloud.datastore.aggregation
-
Interface Summary Interface Description AggregationBuilder<A extends Aggregation> An interface to represent the builders which build and customizeAggregation
forAggregationQuery
. -
Class Summary Class Description Aggregation Represents a Google Cloud Datastore Aggregation which is used with anAggregationQuery
.AvgAggregation Represents anAggregation
which returns average of numerical values.AvgAggregation.Builder A builder class to create and customize aAvgAggregation
.CountAggregation Represents anAggregation
which returns count.CountAggregation.Builder A builder class to create and customize aCountAggregation
.SumAggregation Represents anAggregation
which returns sum of numerical values.SumAggregation.Builder A builder class to create and customize aSumAggregation
.