Uses of Class
com.google.cloud.firestore.AggregateQuery
Packages that use AggregateQuery
-
Uses of AggregateQuery in com.google.cloud.firestore
Methods in com.google.cloud.firestore that return AggregateQueryModifier 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.Query.count()Returns a query that counts the documents in the result set of this query.static AggregateQueryAggregateQuery.fromProto(Firestore firestore, RunAggregationQueryRequest proto) Returns an AggregateQuery instance that can be used to execute the providedRunAggregationQueryRequest.AggregateQuerySnapshot.getQuery()Returns the query that was executed to produce this result.Methods in com.google.cloud.firestore with parameters of type AggregateQueryModifier and TypeMethodDescriptioncom.google.api.core.ApiFuture<AggregateQuerySnapshot>Transaction.get(AggregateQuery query) Returns the result from the provided aggregate query.