simpleArithmeticExpression; } public function isSubselect(): bool { return (bool) $this->subselect; } public function dispatch(SqlWalker $walker): string { return $walker->walkArithmeticExpression($this); } }