You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Julian Hyde (JIRA)" <ji...@apache.org> on 2015/03/06 08:23:38 UTC

[jira] [Commented] (CALCITE-609) Create skeleton for parsing DDL

    [ https://issues.apache.org/jira/browse/CALCITE-609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14350063#comment-14350063 ] 

Julian Hyde commented on CALCITE-609:
-------------------------------------

Happy to do this task, but for the record, I think this task will be done in the Phoenix code base, not Calcite.

> Create skeleton for parsing DDL
> -------------------------------
>
>                 Key: CALCITE-609
>                 URL: https://issues.apache.org/jira/browse/CALCITE-609
>             Project: Calcite
>          Issue Type: Sub-task
>            Reporter: James Taylor
>            Assignee: Julian Hyde
>
> Phoenix would like to leverage the Calcite parser, so would like to have the ability to parse the following DDL statements:
> CREATE TABLE: http://phoenix.apache.org/language/index.html#create_table
> CREATE VIEW: http://phoenix.apache.org/language/index.html#create_view
> CREATE INDEX: http://phoenix.apache.org/language/index.html#create_index
> CREATE SEQUENCE: http://phoenix.apache.org/language/index.html#create_sequence
> ALTER TABLE/VIEW: http://phoenix.apache.org/language/index.html#alter
> ALTER INDEX: http://phoenix.apache.org/language/index.html#alter_index
> DROP TABLE: http://phoenix.apache.org/language/index.html#drop_table
> DROP VIEW: http://phoenix.apache.org/language/index.html#drop_view
> DROP INDEX: http://phoenix.apache.org/language/index.html#drop_index
> DROP SEQUENCE: http://phoenix.apache.org/language/index.html#drop_sequence
> UPDATE STATISTICS: http://phoenix.apache.org/language/index.html#update_statistics



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)