Re: [PR] Encapsulate CreateFunction [datafusion-sqlparser-rs]

2024-12-02 Thread via GitHub
alamb merged PR #1573: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1573 -- 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.

[PR] Encapsulate CreateFunction [datafusion-sqlparser-rs]

2024-11-29 Thread via GitHub
philipcristiano opened a new pull request, #1573: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1573 Extract CreateFunction from Statement enum into it's own struct. Continue moving structs as part of https://github.com/apache/datafusion-sqlparser-rs/issues/1204 -- Th