Uses of Class
com.google.cloud.firestore.pipeline.expressions.AliasedAggregate
Packages that use AliasedAggregate
Package
Description
-
Uses of AliasedAggregate in com.google.cloud.firestore
Methods in com.google.cloud.firestore with parameters of type AliasedAggregateModifier and TypeMethodDescriptionPipeline.aggregate(AliasedAggregate... accumulators) Performs aggregation operations on the documents from previous stages. -
Uses of AliasedAggregate in com.google.cloud.firestore.pipeline.expressions
Methods in com.google.cloud.firestore.pipeline.expressions that return AliasedAggregateModifier and TypeMethodDescriptionAssigns an alias to this aggregate. -
Uses of AliasedAggregate in com.google.cloud.firestore.pipeline.stages
Methods in com.google.cloud.firestore.pipeline.stages with parameters of type AliasedAggregateModifier and TypeMethodDescriptionstatic AggregateAggregate.withAccumulators(AliasedAggregate... accumulators)