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