-
Type:
Task
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.15.0
-
Component/s: None
-
Labels:None
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.