Uses of Class
com.google.cloud.datastore.aggregation.Aggregation
Packages that use Aggregation
Package
Description
A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.
-
Uses of Aggregation in com.google.cloud.datastore
Methods in com.google.cloud.datastore that return types with arguments of type AggregationModifier and TypeMethodDescriptionAggregationQuery.getAggregations()Returns theAggregation(s) for this Query.Methods in com.google.cloud.datastore with parameters of type AggregationModifier and TypeMethodDescriptionAggregationQuery.Builder.addAggregation(Aggregation aggregation) AggregationQuery.Builder.addAggregations(Aggregation... aggregations) -
Uses of Aggregation in com.google.cloud.datastore.aggregation
Classes in com.google.cloud.datastore.aggregation with type parameters of type AggregationModifier and TypeInterfaceDescriptioninterfaceAggregationBuilder<A extends Aggregation>An interface to represent the builders which build and customizeAggregationforAggregationQuery.Subclasses of Aggregation in com.google.cloud.datastore.aggregationModifier and TypeClassDescriptionclassRepresents anAggregationwhich returns average of numerical values.classRepresents anAggregationwhich returns count.classRepresents anAggregationwhich returns sum of numerical values.