Package com.google.cloud.datastore.aggregation
package com.google.cloud.datastore.aggregation
-
ClassDescriptionRepresents a Google Cloud Datastore Aggregation which is used with an
AggregationQuery.AggregationBuilder<A extends Aggregation>An interface to represent the builders which build and customizeAggregationforAggregationQuery.Represents anAggregationwhich returns average of numerical values.A builder class to create and customize aAvgAggregation.Represents anAggregationwhich returns count.A builder class to create and customize aCountAggregation.Represents anAggregationwhich returns sum of numerical values.A builder class to create and customize aSumAggregation.