Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-2037

Allow overriding of Calcite statements in Parser.jj

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 1.15.0
    • None
    • None

    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:

          <#-- 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.

      Attachments

        Activity

          People

            julianhyde Julian Hyde
            RomanKulyk Roman Kulyk
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: