walkOrderByClause( $this->orderByClause, )) . ')'; } /** * @throws RowNumberOverFunctionNotEnabled * * @inheritdoc */ public function parse(Parser $parser): void { throw RowNumberOverFunctionNotEnabled::create(); } }