Hi, I want to use calcite to parse some DDL statements like “CREATE TABLE”, “CREATE FUNCTION”, “INSERT TABLE” and so on. I tried to use PlannerImpl to parse the DDL statement, but it throws exception that do not know “CREATE”.
So my question is that does Calcite support parsing DDL? If not , how can I support it myself? - Jark Wu