LucaCappelletti94 commented on code in PR #2135:
URL: 
https://github.com/apache/datafusion-sqlparser-rs/pull/2135#discussion_r2631520760


##########
src/parser/mod.rs:
##########
@@ -10300,6 +10302,34 @@ impl<'a> Parser<'a> {
         }))
     }
 
+    pub fn parse_alter_operator_class(&mut self) -> Result<Statement, 
ParserError> {

Review Comment:
   I have added the deny missing doc, but there is an impressive amount of 
missing doc. I am trying to add the missing documentation so to make it 
impossible for missing documentation in future development.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to