Package org.apache.calcite.sql.ddl


package org.apache.calcite.sql.ddl
Parse tree for SQL DDL statements.

These are available in the extended SQL parser that is part of Calcite's "server" module; the core parser in the "core" module only supports SELECT and DML.

If you are writing a project that requires DDL it is likely that your DDL syntax is different than ours. We recommend that you copy-paste this the parser and its supporting classes into your own module, rather than try to extend this one.