QueryExecuteStringAggregation<OBJ> extension

Aggregation operations for string query builders.

on

Methods

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