Details
-
Task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
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.