Uses of Class
com.google.cloud.firestore.AggregateField.AverageAggregateField
Packages that use AggregateField.AverageAggregateField
-
Uses of AggregateField.AverageAggregateField in com.google.cloud.firestore
Methods in com.google.cloud.firestore that return AggregateField.AverageAggregateFieldModifier and TypeMethodDescriptionCreate anAggregateField.AverageAggregateFieldobject that can be used to compute the average of a specified field over a range of documents in the result set of a query.Create anAggregateField.AverageAggregateFieldobject that can be used to compute the average of a specified field over a range of documents in the result set of a query.Methods in com.google.cloud.firestore with parameters of type AggregateField.AverageAggregateFieldModifier and TypeMethodDescriptionAggregateQuerySnapshot.get(AggregateField.AverageAggregateField averageAggregateField) Returns the result of the given average aggregation.