AggregateQuery extension type

A query that calculates aggregations over an underlying query.

on
Implemented types
Available extensions

Properties

hashCode int
The hash code for this object.
no setterinherited
query Query
The query whose aggregations will be calculated by this object.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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