Hi Mike,
We'd love it over in Phoenix-land if Calcite had support for parsing DDL.
We'd probably need to plug-in a few extensions specific to Phoenix grammar,
but we could do that with the existing template mechanism over in the
Phoenix code base.
Thanks,
James

On Thu, Nov 12, 2015 at 12:42 AM, Mike Hinchey <[email protected]> wrote:

> Hello.  I'm having pretty good success so far using calcite to be the
> driver for my database adapter.
>
> I see in CALCITE-852, Julian added SqlKind for DDL and the , but not parser
> support.  And the commits for phoenix has parser support for create view
> and commit.
>
> Do you plan for calcite to have the syntax and parser support for DDL
> (especially create table and view) at some point?  I want my database to
> handle standard "create table" instead of exposing my internal mechanism.
>
> If I wanted to work on this, would those phoenix commits be a good place to
> start?  That is, do that work directly in calcite?
>
> Thanks,
> Mike
>

Reply via email to