iffyio commented on code in PR #1677:
URL: 
https://github.com/apache/datafusion-sqlparser-rs/pull/1677#discussion_r1931633887


##########
src/tokenizer.rs:
##########
@@ -1946,6 +1961,24 @@ fn peeking_take_while(chars: &mut State, mut predicate: 
impl FnMut(char) -> bool
     s
 }
 
+// Same as peeking_take_while, but also passes the next character to the 
predicate.

Review Comment:
   ```suggestion
   /// Same as peeking_take_while, but also passes the next character to the 
predicate.
   ```



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

Reply via email to