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