QueryExecuteDateAggregation<OBJ> extension

Aggregation operations for date query builders.

on

Methods

max() DateTime?
Finds the largest value matching the query.
maxAsync() Future<DateTime?>
Finds the largest value matching the query.
min() DateTime?
Finds the smallest value matching the query. Null values are considered smaller than all other values.
minAsync() Future<DateTime?>
Finds the smallest value matching the query. Null values are considered smaller than all other values.