You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Venki Korukanti (JIRA)" <ji...@apache.org> on 2016/05/18 17:08:13 UTC

[jira] [Created] (CALCITE-1241) Add a freemarker variable for adding non reserved keywords to Parser.jj template

Venki Korukanti created CALCITE-1241:
----------------------------------------

             Summary: Add a freemarker variable for adding non reserved keywords to Parser.jj template
                 Key: CALCITE-1241
                 URL: https://issues.apache.org/jira/browse/CALCITE-1241
             Project: Calcite
          Issue Type: Improvement
          Components: core
            Reporter: Venki Korukanti
            Assignee: Julian Hyde


Currently Calcite parser allows customizing parser grammar for supporting new Sql constructs (ex. {{SHOW TABLES}} or {{CREATE TABLE ... AS QUERY}}) through freemarker template variables. There is a freemarker template variable to allow new keywords, but all these keywords are added as reserved keywords which are not allowed as identifiers unless escaped with {{`}} (or configured casing character). 

This JIRA is to add a freemarker template variable for adding non reserved keywords list.



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