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