aharpervc commented on code in PR #1809: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1809#discussion_r2056927872
########## src/parser/mod.rs: ########## @@ -3939,6 +3954,26 @@ impl<'a> Parser<'a> { }) } + /// Return nth previous token, possibly whitespace + /// (or [`Token::EOF`] when before the beginning of the stream). + pub fn peek_prev_nth_token_no_skip(&self, n: usize) -> TokenWithSpan { Review Comment: Done 👍 -- 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