groupByItems = $groupByItems; } /** * {@inheritdoc} */ public function dispatch($sqlWalker) { return $sqlWalker->walkGroupByClause($this); } }