public QueryAggregateInterface::conditionAggregate($field, $function = NULL, $value = NULL, $operator = '=', $langcode = NULL)
Sets a condition for an aggregated value.
Parameters
string $field: The name of the field to aggregate by.
string $function: The aggregation function, for example COUNT or MIN.
mixed $value: The actual value of the field.
$operator: Possible values:
'=', '<>', '>', '>=', '<', '<=', 'STARTS_WITH', 'CONTAINS', 'ENDS_WITH': These operators expect $value