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/08/20 22:08:47 UTC

[jira] [Created] (CALCITE-851) Add original SQL string as a field in the parser

Julian Hyde created CALCITE-851:
-----------------------------------

             Summary: Add original SQL string as a field in the parser
                 Key: CALCITE-851
                 URL: https://issues.apache.org/jira/browse/CALCITE-851
             Project: Calcite
          Issue Type: Bug
            Reporter: Julian Hyde
            Assignee: Julian Hyde


Add the SQL string to the parser. This will be useful for CREATE VIEW, for instance, which needs to access the original SQL (including comments and formatting) rather than just the AST.

It could be a field "protected final String originalSql;" in SqlParserImpl.



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