askalt opened a new pull request, #2184: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2184
In our project we have a use-case where we replace some tokens of the input SQL (implementation of `?` jdbc placeholders, we switch them to the numbered versions like `$1`). To `map` output tokens without an additional vector loop it would be good to have an ability to present `Tokenizer` as an iterator. -- 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]
