Overrides QueryAggregateInterface::notExistsAggregate
public function notExistsAggregate($field, $function, $langcode = NULL) { return $this->conditionAggregate ->notExists($field, $function, $langcode); }