Uses of Package
com.google.cloud.datastore.aggregation
Packages that use com.google.cloud.datastore.aggregation
Package
Description
A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.
-
Classes in com.google.cloud.datastore.aggregation used by com.google.cloud.datastoreClassDescriptionRepresents a Google Cloud Datastore Aggregation which is used with an
AggregationQuery.An interface to represent the builders which build and customizeAggregationforAggregationQuery. -
Classes in com.google.cloud.datastore.aggregation used by com.google.cloud.datastore.aggregationClassDescriptionRepresents a Google Cloud Datastore Aggregation which is used with an
AggregationQuery.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.