Overrides ConditionAggregateInterface::exists
public function exists($field, $function, $langcode = NULL) { return $this->condition($field, $function, NULL, 'IS NOT NULL', $langcode); }