It’s in core/src/test/codegen/includes/parserImpls.ftl (i.e. a parser extension used in tests) but we don’t want to add it to the core parser because other projects want to have their own CREATE TABLE syntax.
I have been thinking of moving DDL into a separate module, so if people want to use Calcite+DDL in production they could do so. What do people think? Julian > On Sep 8, 2017, at 7:53 AM, 王翔宇 <[email protected]> wrote: > > Looks like CREATE is not currently supported by the parser. I wanna add it.
