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


##########
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:
   Ok, it was quite an effort but now `#![forbid(missing_docs)]` is in place 
and everything public is documented



-- 
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