alamb commented on issue #1642: URL: https://github.com/apache/datafusion-sqlparser-rs/issues/1642#issuecomment-2595315128
FWIW we have an Unparser in DataFusion for this: https://docs.rs/datafusion/latest/datafusion/sql/unparser/struct.Unparser.html That combined with the fluent `Expr` API https://docs.rs/datafusion/latest/datafusion/prelude/enum.Expr.html#column-references-and-literals Makes it fairly simple to programatically construct SQL strings -- 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]
