aharpervc commented on code in PR #1831: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1831#discussion_r2064175279
########## src/ast/mod.rs: ########## @@ -3032,6 +3068,14 @@ pub enum Statement { partition: Option<Box<Expr>>, }, /// ```sql + /// OPEN cursor_name + /// ``` + /// Opens a cursor. + Open { Review Comment: I placed this next to `CLOSE` because they're semantically paired, rather than alphabetical. Not sure what's preferred on this project -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org