Uses of Class
com.google.cloud.firestore.AggregateField
Packages that use AggregateField
-
Uses of AggregateField in com.google.cloud.firestore
Subclasses of AggregateField in com.google.cloud.firestoreModifier and TypeClassDescriptionstatic classRepresents an "average" aggregation that can be performed by Firestore.static classRepresents a "count" aggregation that can be performed by Firestore.static classRepresents a "sum" aggregation that can be performed by Firestore.Methods in com.google.cloud.firestore with parameters of type AggregateFieldModifier and TypeMethodDescriptionQuery.aggregate(AggregateField aggregateField1, AggregateField... aggregateFields) Calculates the specified aggregations over the documents in the result set of the given query without actually downloading the documents.AggregateQuerySnapshot.get(AggregateField aggregateField) Returns the result of the given aggregation from the server without coercion of data types.AggregateQuerySnapshot.getDouble(AggregateField aggregateField) Returns the result of the given aggregation as a double.AggregateQuerySnapshot.getLong(AggregateField aggregateField) Returns the result of the given aggregation as a long.