Builds the aggregation conditions part of the query.
$this Returns the called object.
protected function compileAggregate() { $this->conditionAggregate ->compile($this->sqlQuery); return $this; }