Determines whether the query requires GROUP BY and ORDER BY MIN/MAX.
bool
protected function isSimpleQuery() { return !$this->pager && !$this->range && !$this->count || $this->sqlQuery ->getMetaData('simple_query'); }