Adez017 commented on PR #97: URL: https://github.com/apache/datafusion-site/pull/97#issuecomment-3144074665
> 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 🤔 Logically , it make sense . Most of the time we use the DDL commands and having a modularity to create custom DDL would be a great example . Much appreciated @alamb -- 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