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

ASF GitHub Bot commented on PHOENIX-1706:
-----------------------------------------

GitHub user julianhyde opened a pull request:

    https://github.com/apache/phoenix/pull/113

    PHOENIX-1706 Create skeleton for parsing DDL

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/julianhyde/phoenix calcite

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/phoenix/pull/113.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #113
    
----
commit 402cdd273f0926fa2a500645ebac297036658579
Author: Julian Hyde <jh...@apache.org>
Date:   2015-04-22T04:43:12Z

    PHOENIX-1706 Create skeleton for parsing DDL

----


> Create skeleton for parsing DDL
> -------------------------------
>
>                 Key: PHOENIX-1706
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-1706
>             Project: Phoenix
>          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. The current work for this is 
> occurring in the calcite branch.
> 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
> TRACE ON/OFF [WITH SAMPLING <decimal between 0.0 and 1.0>] 



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

Reply via email to