singleValuedPathExpression = $this->simpleStateFieldPathExpression = $singleValuedPathExpression; } /** * {@inheritdoc} */ public function dispatch($sqlWalker) { return $sqlWalker->walkIndexBy($this); } }