PokIsemaine commented on code in PR #1724:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1724#discussion_r1962885448
##########
src/parser/mod.rs:
##########
@@ -13405,6 +13419,19 @@ impl<'a> Parser<'a> {
})
}
+ pub fn parse_order_by_all(&mut self) -> Result<OrderByAll, ParserError> {
Review Comment:
You are right, this change is better. I plan to first change `pub fn
parse_order_by_all` to `fn parse_order_by_options` and then reuse it in
`parse_order_by_expr`.
--
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]