[ 
https://issues.apache.org/jira/browse/CALCITE-2037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julian Hyde updated CALCITE-2037:
---------------------------------
    Description: 
Overriding of Calcite statements in parser can be very useful for some tasks in 
the future so I propose to move the next block:

{noformat}
    <#-- Add methods to parse additional statements here -->
    <#list parser.statementParserMethods as method>
            stmt = ${method}
    </#list>
{noformat}

on the top of the SqlStmt() method in Parser.jj to allow overriding of Calcite 
statements.

  was:
Overriding of Calcite statements in parser can be very useful for some tasks in 
the future so I propose to move the next block:

    <#-- Add methods to parse additional statements here -->
    <#list parser.statementParserMethods as method>
            stmt = ${method}
    </#list>

on the top of the SqlStmt() method in Parser.jj to allow overriding of Calcite 
statements.


> Allow overriding of Calcite statements in Parser.jj
> ---------------------------------------------------
>
>                 Key: CALCITE-2037
>                 URL: https://issues.apache.org/jira/browse/CALCITE-2037
>             Project: Calcite
>          Issue Type: Task
>            Reporter: Roman Kulyk
>            Assignee: Julian Hyde
>            Priority: Minor
>
> Overriding of Calcite statements in parser can be very useful for some tasks 
> in the future so I propose to move the next block:
> {noformat}
>     <#-- Add methods to parse additional statements here -->
>     <#list parser.statementParserMethods as method>
>             stmt = ${method}
>     </#list>
> {noformat}
> on the top of the SqlStmt() method in Parser.jj to allow overriding of 
> Calcite statements.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to