aharpervc commented on code in PR #1808: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1808#discussion_r2038224067
########## src/ast/mod.rs: ########## @@ -4050,6 +4051,16 @@ pub enum Statement { arguments: Vec<Expr>, options: Vec<RaisErrorOption>, }, + /// Return (SQL Server) + /// + /// for Functions: + /// RETURN + /// RETURN scalar_expression + /// RETURN select_statement Review Comment: 1. Perhaps this example should be removed, until it's supported? (maybe the bare return, too) 2. Do we want a "ReturnType" enum to describe what will be? -- 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