AggregateQuery extension type
A query that calculates aggregations over an underlying query.
- on
- Implemented types
- Available extensions
Properties
Methods
-
explain(
[ExplainOptions options]) → JSPromise< ExplainResults< AggregateQuerySnapshot> > - Plans and optionally executes this query. Returns a Promise that will be resolved with the planner information, statistics from the query execution (if any), and the query results (if any).
-
get(
) → JSPromise< AggregateQuerySnapshot> - Executes this query.
-
isEqual(
AggregateQuery other) → bool - Compares this object with the given object for equality.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited