Uses of Class
com.google.cloud.firestore.AggregateQuerySnapshot
Packages that use AggregateQuerySnapshot
-
Uses of AggregateQuerySnapshot in com.google.cloud.firestore
Methods in com.google.cloud.firestore that return types with arguments of type AggregateQuerySnapshotModifier and TypeMethodDescriptioncom.google.api.core.ApiFuture<ExplainResults<AggregateQuerySnapshot>>AggregateQuery.explain(ExplainOptions options) Plans and optionally executes this query.com.google.api.core.ApiFuture<AggregateQuerySnapshot>AggregateQuery.get()Executes this query.abstract com.google.api.core.ApiFuture<AggregateQuerySnapshot>Transaction.get(AggregateQuery query) Returns the result from the provided aggregate query.