QueryDateAggregation<T extends DateTime?> extension
Aggregation operations for date queries.
- on
Methods
-
max(
) → DateTime? -
Available on DatabaseUniverseQuery<
Finds the largest value matching the query.T> , provided by the QueryDateAggregation extension -
maxAsync(
) → Future< DateTime?> -
Available on DatabaseUniverseQuery<
Finds the largest value matching the query.T> , provided by the QueryDateAggregation extension -
min(
) → DateTime? -
Available on DatabaseUniverseQuery<
Finds the smallest value matching the query. Null values are considered smaller than all other values.T> , provided by the QueryDateAggregation extension -
minAsync(
) → Future< DateTime?> -
Available on DatabaseUniverseQuery<
Finds the smallest value matching the query. Null values are considered smaller than all other values.T> , provided by the QueryDateAggregation extension