Uses of Class
com.google.cloud.datastore.aggregation.Aggregation
-
Packages that use 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 -
-
Uses of Aggregation in com.google.cloud.datastore
Methods in com.google.cloud.datastore that return types with arguments of type Aggregation Modifier and Type Method Description Set<Aggregation>AggregationQuery. getAggregations()Returns theAggregation(s) for this Query.Methods in com.google.cloud.datastore with parameters of type Aggregation Modifier and Type Method Description AggregationQuery.BuilderAggregationQuery.Builder. addAggregation(Aggregation aggregation)AggregationQuery.BuilderAggregationQuery.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 Aggregation Modifier and Type Interface Description interfaceAggregationBuilder<A extends Aggregation>An interface to represent the builders which build and customizeAggregationforAggregationQuery.Subclasses of Aggregation in com.google.cloud.datastore.aggregation Modifier and Type Class Description classAvgAggregationRepresents anAggregationwhich returns average of numerical values.classCountAggregationRepresents anAggregationwhich returns count.classSumAggregationRepresents anAggregationwhich returns sum of numerical values.
-