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