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 customizeAggregationforAggregationQuery. -
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 customizeAggregationforAggregationQuery.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.