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