alamb commented on PR #97: URL: https://github.com/apache/datafusion-site/pull/97#issuecomment-3143933523
I was thinking some more last night -- maybe a good example would be "you want to implement a SQL dialect where the FROM clause is first, so instead of ``` SELECT * FROM table ``` You wanted to implement ``` FROM table SELECT * ``` 🤔 I think custom DDL / statements are likely to be the most common usecases though 🤔 -- 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