AggregateQuery - Query class to store aggregate queries.
Readonly
Returns the underlying query over which the aggregations are applied.
Path string.
Executes the aggregate query and gets the result.
Returns snapshot of query result.
Throws an error if requests fails.
Checks whether this AggregateQuery is equal to the provided one.
AggregateQuery
Query that needs to be compared.
Returns true if both queries are the same.
Throws an error if q is not a AggregateQuery instance.
AggregateQuery - Query class to store aggregate queries.