Hi Dilip, DDL related code including statement parse and data structures are located in calcite-server sub-project.
The unit test 'ServerParserTest' may be a good starting point to look into. You can find it here https://github.com/apache/calcite/blob/master/server/src/test/java/org/apache/calcite/test/ServerParserTest.java . On Mon, Dec 17, 2018 at 1:34 AM Dilip Raj Baral <[email protected]> wrote: > Hi, team. > > I have been using Apache Calcite for about two weeks now for one of the > projects at my company. I have found it fun and pretty useful so far. I > have been able to parse DMLs very smoothly. However, when I tried to parse > DDLs like CREATE TABLE, ALTER TABLE, etc., the SqlParser.parseStmt() or > SqlParser.parseQuery() failed. > > I have detailed the specifics in the following SO question. > > > https://stackoverflow.com/questions/53801005/apache-calcite-cant-seem-to-parse-ddl-statements > > Looking forward to a suggestion. > > Best regards, > Dilip Raj Baral > https://diliprajbaral.com > > >
